[Modify] Polish it
This commit is contained in:
parent
3442218d53
commit
bd84fda5b5
@ -552,7 +552,10 @@ namespace WebSocketSharp.Server
|
|||||||
/// </value>
|
/// </value>
|
||||||
public ServerSslConfiguration SslConfiguration {
|
public ServerSslConfiguration SslConfiguration {
|
||||||
get {
|
get {
|
||||||
return _sslConfig ?? (_sslConfig = new ServerSslConfiguration (null));
|
if (_sslConfig == null)
|
||||||
|
_sslConfig = new ServerSslConfiguration (null);
|
||||||
|
|
||||||
|
return _sslConfig;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user