[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>
/// Gets or sets the SSL configuration used to authenticate the server and
/// optionally the client for secure connection.
/// Gets or sets the SSL configuration used to authenticate the server
/// and optionally the client for secure connection.
/// </summary>
/// <value>
/// A <see cref="ServerSslConfiguration"/> that represents the configuration used to
/// authenticate the server and optionally the client for secure connection.
/// A <see cref="ServerSslConfiguration"/> that represents the SSL
/// configuration for secure connection.
/// </value>
/// <exception cref="ObjectDisposedException">
/// This listener has been closed.