Skip to content

Commit 3cebec7

Browse files
Crown0815Ron Petrusha
authored andcommitted
Add ReadTimeout unit on SslStream (dotnet#2978)
The ReadTimeout is expressed in milliseconds according to my tests, however, this is not stated in the documentation. I used the documentation for the Timer.Interval property as a guideline to add unit information to the ReadTimeout on the SslStream.
1 parent ba6d145 commit 3cebec7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

xml/System.Net.Security/SslStream.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3775,8 +3775,8 @@ This property gets the cipher suite that is going to be used in the communicatio
37753775
<ReturnType>System.Int32</ReturnType>
37763776
</ReturnValue>
37773777
<Docs>
3778-
<summary>Gets or sets the amount of time a read operation blocks waiting for data.</summary>
3779-
<value>The amount of time that elapses before a synchronous read operation fails.</value>
3778+
<summary>Gets or sets the amount of time, expressed in milliseconds, a read operation blocks waiting for data.</summary>
3779+
<value>The amount of time, in milliseconds, that elapses before a synchronous read operation fails.</value>
37803780
<remarks>
37813781
<format type="text/markdown"><![CDATA[
37823782
@@ -4373,4 +4373,4 @@ The <xref:System.Net.Security.SslStream> class does not support multiple simulta
43734373
</Docs>
43744374
</Member>
43754375
</Members>
4376-
</Type>
4376+
</Type>

0 commit comments

Comments
 (0)