[Modify] Polish it
This commit is contained in:
parent
05b21bef38
commit
7003e24bd7
@ -583,7 +583,8 @@ namespace WebSocketSharp.Server
|
|||||||
public ServerSslConfiguration SslConfiguration {
|
public ServerSslConfiguration SslConfiguration {
|
||||||
get {
|
get {
|
||||||
if (!_secure) {
|
if (!_secure) {
|
||||||
var msg = "This instance does not provide secure connections.";
|
var msg = "The server does not provide secure connections.";
|
||||||
|
|
||||||
throw new InvalidOperationException (msg);
|
throw new InvalidOperationException (msg);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user