[Modify] Add it

This commit is contained in:
sta 2018-01-12 04:52:26 +09:00
parent 392a064147
commit b7ba046607

View File

@ -137,6 +137,12 @@ namespace WebSocketSharp.Net
}
}
public bool IsLocal {
get {
return ((IPEndPoint) _remoteEndPoint).Address.IsLocal ();
}
}
public bool IsSecure {
get {
return _secure;