[Modify] Remove it
This commit is contained in:
parent
5936658333
commit
0dbf9a0de1
@ -563,7 +563,7 @@ namespace WebSocketSharp.Server
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets or sets the SSL configuration used to authenticate the server and
|
/// Gets the SSL configuration used to authenticate the server and
|
||||||
/// optionally the client for secure connection.
|
/// optionally the client for secure connection.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <value>
|
/// <value>
|
||||||
@ -574,16 +574,6 @@ namespace WebSocketSharp.Server
|
|||||||
get {
|
get {
|
||||||
return _listener.SslConfiguration;
|
return _listener.SslConfiguration;
|
||||||
}
|
}
|
||||||
|
|
||||||
set {
|
|
||||||
var msg = _state.CheckIfAvailable (true, false, false);
|
|
||||||
if (msg != null) {
|
|
||||||
_log.Error (msg);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
_listener.SslConfiguration = value;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
Loading…
Reference in New Issue
Block a user