Skip to content

Commit

Permalink
Update AuthenticatedStream.xml (#7800)
Browse files Browse the repository at this point in the history
In the Remarks for 'LeaveInnerStreamOpen Property', I believe the author meant 'underlying transport stream', not 'underlined transport stream'.
  • Loading branch information
nick1941 committed Mar 9, 2022
1 parent ac48cd7 commit 3a70db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xml/System.Net.Security/AuthenticatedStream.xml
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ The following example demonstrates displaying the value of this property.
<format type="text/markdown"><![CDATA[
## Remarks
When set to `true`, the stream passed to the constructor of this class will not be closed after the instance of this class is closed. When set to `false`, closing the instance of this class will also close the underlined transport stream. The default value of this property is `false`.
When set to `true`, the stream passed to the constructor of this class will not be closed after the instance of this class is closed. When set to `false`, closing the instance of this class will also close the underlying transport stream. The default value of this property is `false`.
]]></format>
</remarks>
Expand Down

0 comments on commit 3a70db5

Please sign in to comment.