[Modify] Polish it
This commit is contained in:
parent
c90ee44e8b
commit
ca85c785a3
@ -625,7 +625,7 @@ 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