[Modify] Polish it
This commit is contained in:
parent
e536d858b0
commit
9c2b8dcc73
@ -669,7 +669,7 @@ namespace WebSocketSharp
|
||||
}
|
||||
|
||||
if (!_secure) {
|
||||
var msg = "The connection is not secure.";
|
||||
var msg = "This instance does not use a secure connection.";
|
||||
throw new InvalidOperationException (msg);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user