[Modify] Polish it

This commit is contained in:
sta 2021-08-20 20:12:15 +09:00
parent 05b21bef38
commit 7003e24bd7

View File

@ -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);
} }