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