Skip to content

Commit 3a70db5

Browse files
author
Nicholas Piazza
authored
Update AuthenticatedStream.xml (#7800)
In the Remarks for 'LeaveInnerStreamOpen Property', I believe the author meant 'underlying transport stream', not 'underlined transport stream'.
1 parent ac48cd7 commit 3a70db5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Net.Security/AuthenticatedStream.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ The following example demonstrates displaying the value of this property.
588588
<format type="text/markdown"><![CDATA[
589589
590590
## Remarks
591-
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`.
591+
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`.
592592
593593
]]></format>
594594
</remarks>

0 commit comments

Comments
 (0)