[Modify] Edit it

This commit is contained in:
sta 2017-02-14 15:42:36 +09:00
parent 61a1e55c18
commit 3442218d53

View File

@ -540,8 +540,7 @@ namespace WebSocketSharp.Server
} }
/// <summary> /// <summary>
/// Gets the configuration used to authenticate the server and /// Gets the configuration used to provide secure connections.
/// optionally the client for the secure connection.
/// </summary> /// </summary>
/// <remarks> /// <remarks>
/// The configuration will be referenced when the server starts. /// The configuration will be referenced when the server starts.
@ -549,7 +548,7 @@ namespace WebSocketSharp.Server
/// </remarks> /// </remarks>
/// <value> /// <value>
/// A <see cref="ServerSslConfiguration"/> that represents /// A <see cref="ServerSslConfiguration"/> that represents
/// the configuration for the secure connection. /// the configuration used to provide secure connections.
/// </value> /// </value>
public ServerSslConfiguration SslConfiguration { public ServerSslConfiguration SslConfiguration {
get { get {