[Modify] Polish it
This commit is contained in:
parent
94a41065ef
commit
c90ee44e8b
@ -626,6 +626,7 @@ namespace WebSocketSharp.Server
|
|||||||
get {
|
get {
|
||||||
if (!_secure) {
|
if (!_secure) {
|
||||||
var msg = "This instance does not provide secure connections.";
|
var msg = "This instance does not provide secure connections.";
|
||||||
|
|
||||||
throw new InvalidOperationException (msg);
|
throw new InvalidOperationException (msg);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user