[Modify] Edit it

master
sta 9 years ago
parent 61a1e55c18
commit 3442218d53

@ -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 {

Loading…
Cancel
Save