[Modify] Edit it

This commit is contained in:
sta 2021-05-05 20:28:26 +09:00
parent 6979b62f04
commit ffcc8cbc63

View File

@ -398,12 +398,12 @@ namespace WebSocketSharp.Net
} }
/// <summary> /// <summary>
/// Gets or sets the SSL configuration used to authenticate the server and /// Gets or sets the SSL configuration used to authenticate the server
/// optionally the client for secure connection. /// and optionally the client for secure connection.
/// </summary> /// </summary>
/// <value> /// <value>
/// A <see cref="ServerSslConfiguration"/> that represents the configuration used to /// A <see cref="ServerSslConfiguration"/> that represents the SSL
/// authenticate the server and optionally the client for secure connection. /// configuration for secure connection.
/// </value> /// </value>
/// <exception cref="ObjectDisposedException"> /// <exception cref="ObjectDisposedException">
/// This listener has been closed. /// This listener has been closed.