[Modify] Polish it

This commit is contained in:
sta 2021-06-17 19:11:16 +09:00
parent 94a41065ef
commit c90ee44e8b

View File

@ -626,6 +626,7 @@ namespace WebSocketSharp.Server
get {
if (!_secure) {
var msg = "This instance does not provide secure connections.";
throw new InvalidOperationException (msg);
}