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