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
/// Releases unmanaged and - optionally - managed resources.
404
404
/// </summary>
405
-
/// <param name="disposing"><c>true</c> to release both managed and unmanaged resources; <c>false</c> to release only unmanaged resources.</param>
405
+
/// <param name="disposing"><see langword="true"/> to release both managed and unmanaged resources; <see langword="false"/> to release only unmanaged resources.</param>
/// <param name="message">The message to send.</param>
461
461
/// <returns>
462
-
/// <c>true</c> if the message was sent to the server; otherwise, <c>false</c>.
462
+
/// <see langword="true"/> if the message was sent to the server; otherwise, <see langword="false"/>.
463
463
/// </returns>
464
464
/// <exception cref="InvalidOperationException">The size of the packet exceeds the maximum size defined by the protocol.</exception>
465
465
/// <remarks>
466
-
/// This methods returns <c>false</c> when the attempt to send the message results in a
466
+
/// This methods returns <see langword="false"/> when the attempt to send the message results in a
467
467
/// <see cref="SocketException"/> or a <see cref="SshException"/>.
468
468
/// </remarks>
469
469
privateboolTrySendMessage(Messagemessage)
@@ -824,7 +824,7 @@ public void Dispose()
824
824
/// <summary>
825
825
/// Releases unmanaged and - optionally - managed resources.
826
826
/// </summary>
827
-
/// <param name="disposing"><c>true</c> to release both managed and unmanaged resources; <c>false</c> to release only unmanaged resources.</param>
827
+
/// <param name="disposing"><see langword="true"/> to release both managed and unmanaged resources; <see langword="false"/> to release only unmanaged resources.</param>
0 commit comments