[Modify] Polish it
This commit is contained in:
parent
53dd507ae3
commit
6979b62f04
@ -413,7 +413,10 @@ namespace WebSocketSharp.Net
|
|||||||
if (_disposed)
|
if (_disposed)
|
||||||
throw new ObjectDisposedException (_objectName);
|
throw new ObjectDisposedException (_objectName);
|
||||||
|
|
||||||
return _sslConfig ?? (_sslConfig = new ServerSslConfiguration ());
|
if (_sslConfig == null)
|
||||||
|
_sslConfig = new ServerSslConfiguration ();
|
||||||
|
|
||||||
|
return _sslConfig;
|
||||||
}
|
}
|
||||||
|
|
||||||
set {
|
set {
|
||||||
|
Loading…
Reference in New Issue
Block a user