[Modify] Edit it

This commit is contained in:
sta 2016-10-29 17:26:43 +09:00
parent 7f491cfc59
commit 7b240345e3

View File

@ -522,12 +522,16 @@ namespace WebSocketSharp.Server
} }
/// <summary> /// <summary>
/// Gets or sets the SSL configuration used to authenticate the server and /// Gets the configuration used to authenticate the server and
/// optionally the client for secure connection. /// optionally the client for the secure connection.
/// </summary> /// </summary>
/// <remarks>
/// The configuration will be referenced when the server starts.
/// So you must configure it before calling the start method.
/// </remarks>
/// <value> /// <value>
/// A <see cref="ServerSslConfiguration"/> that represents the configuration used to /// A <see cref="ServerSslConfiguration"/> that represents
/// authenticate the server and optionally the client for secure connection. /// the configuration for the secure connection.
/// </value> /// </value>
public ServerSslConfiguration SslConfiguration { public ServerSslConfiguration SslConfiguration {
get { get {