You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System.Net.Sockets/NetworkStream.xml
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1877,8 +1877,7 @@ There is a failure reading from the network.</exception>
1877
1877
If the read operation does not complete within the time specified by this property, the read operation throws an <xref:System.IO.IOException>.
1878
1878
1879
1879
> [!NOTE]
1880
-
> This property affects only synchronous reads performed by calling the <xref:System.Net.Sockets.NetworkStream.Read%2A> method. This property does not affect asynchronous reads performed by calling the <xref:System.Net.Sockets.NetworkStream.BeginRead%2A> method.
1881
-
1880
+
> This property affects only synchronous reads performed by calling the <xref:System.Net.Sockets.NetworkStream.Read%2A> method. This property does not affect asynchronous reads performed by calling the <xref:System.Net.Sockets.NetworkStream.BeginRead%2A> or <xref:System.Net.Sockets.NetworkStream.ReadAsync%2A> method.
1882
1881
1883
1882
1884
1883
## Examples
@@ -2530,7 +2529,7 @@ There was a failure while writing to the network.</exception>
2530
2529
If the write operation does not complete within the time specified by this property, the write operation throws a <xref:System.IO.IOException>.
2531
2530
2532
2531
> [!NOTE]
2533
-
> This property affects only synchronous write operations performed by calling the <xref:System.Net.Sockets.NetworkStream.Write%2A> method. This property does not affect asynchronous writes performed by calling the <xref:System.Net.Sockets.NetworkStream.BeginWrite%2A> method.
2532
+
> This property affects only synchronous write operations performed by calling the <xref:System.Net.Sockets.NetworkStream.Write%2A> method. This property does not affect asynchronous writes performed by calling the <xref:System.Net.Sockets.NetworkStream.BeginWrite%2A> or <xref:System.Net.Sockets.NetworkStream.WriteAsync%2A> method.
0 commit comments