Removed the Ext.IsNoStatus methods
This commit is contained in:
parent
e81c5b7d96
commit
353abd0d03
@ -577,16 +577,6 @@ namespace WebSocketSharp
|
|||||||
return value.StartsWith (method.ToExtensionString ());
|
return value.StartsWith (method.ToExtensionString ());
|
||||||
}
|
}
|
||||||
|
|
||||||
// internal static bool IsNoStatus (this ushort code)
|
|
||||||
// {
|
|
||||||
// return code == (ushort) CloseStatusCode.NoStatus;
|
|
||||||
// }
|
|
||||||
//
|
|
||||||
// internal static bool IsNoStatus (this CloseStatusCode code)
|
|
||||||
// {
|
|
||||||
// return code == CloseStatusCode.NoStatus;
|
|
||||||
// }
|
|
||||||
|
|
||||||
internal static bool IsPortNumber (this int value)
|
internal static bool IsPortNumber (this int value)
|
||||||
{
|
{
|
||||||
return value > 0 && value < 65536;
|
return value > 0 && value < 65536;
|
||||||
|
Loading…
Reference in New Issue
Block a user