|
|
|
@ -563,12 +563,15 @@ namespace WebSocketSharp.Server
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// Gets the SSL configuration used to authenticate the server and
|
|
|
|
/// Gets the configuration for secure connections.
|
|
|
|
/// optionally the client for 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 used to provide secure connections.
|
|
|
|
/// </value>
|
|
|
|
/// </value>
|
|
|
|
public ServerSslConfiguration SslConfiguration {
|
|
|
|
public ServerSslConfiguration SslConfiguration {
|
|
|
|
get {
|
|
|
|
get {
|
|
|
|
|