Method | Description | |
---|---|---|
StringToEndPoint ( string address ) : |
Returns an IPv4 IP:Port string as an IPEndpoint.
|
Method | Description | |
---|---|---|
ByteSeqDiff ( byte a, byte b ) : int |
Compares two bytes a - b with wrap-around arithmetic.
|
|
UShortSeqDiff ( ushort a, ushort b ) : int |
Compares two ushorts a - b with wrap-around arithmetic.
|
|
ValidateKickReason ( NetCloseReason reason ) : NetCloseReason |
Validates that a given kick reason is acceptable for a remote kick.
|
public static StringToEndPoint ( string address ) : |
||
address | string | |
return |