[Modify] Replace it
This commit is contained in:
parent
41b5ee00a8
commit
d6eeed4a0c
@ -410,7 +410,9 @@ namespace WebSocketSharp.Net
|
|||||||
/// </exception>
|
/// </exception>
|
||||||
public ServerSslConfiguration SslConfiguration {
|
public ServerSslConfiguration SslConfiguration {
|
||||||
get {
|
get {
|
||||||
CheckDisposed ();
|
if (_disposed)
|
||||||
|
throw new ObjectDisposedException (_objectName);
|
||||||
|
|
||||||
return _sslConfig ?? (_sslConfig = new ServerSslConfiguration ());
|
return _sslConfig ?? (_sslConfig = new ServerSslConfiguration ());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user