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
/// If no data is available for reading, the <see cref="Read(Socket, byte[], int, int, TimeSpan)"/> method will
264
+
/// If no data is available for reading, the <see cref="Read(Socket, byte[], int, int, TimeSpan, out SocketError)"/> method will
264
265
/// block until data is available or the time-out value is exceeded. If the time-out value is exceeded, the
265
-
/// <see cref="Read(Socket, byte[], int, int, TimeSpan)"/> call will throw a <see cref="SshOperationTimeoutException"/>.
266
+
/// <see cref="Read(Socket, byte[], int, int, TimeSpan, out SocketError)"/> call will throw a <see cref="SshOperationTimeoutException"/>.
266
267
/// </para>
267
268
/// <para>
268
269
/// If you are in non-blocking mode, and there is no data available in the in the protocol stack buffer, the
269
-
/// <see cref="Read(Socket, byte[], int, int, TimeSpan)"/> method will complete immediately and throw a <see cref="SocketException"/>.
270
+
/// <see cref="Read(Socket, byte[], int, int, TimeSpan, out SocketError)"/> method will complete immediately and throw a <see cref="SocketException"/>.
0 commit comments