Method | Description | |
---|---|---|
AddClient ( |
||
Dispose ( ) : void | ||
GetClientAt ( int index ) : |
||
GetClientCount ( ) : int | ||
GetLocalExternalIp ( ) : |
||
GetLocalInternalIp ( ) : |
||
IsLocalIp ( |
||
IsRemoteIp ( |
||
OnAccept ( IAsyncResult ar ) : void | ||
RemoveClient ( |
||
Restart ( ) : void | ||
Start ( ) : void | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
Listener ( int port, |
public static GetLocalExternalIp ( ) : |
||
return |
public static GetLocalInternalIp ( ) : |
||
return |
public static IsLocalIp ( |
||
ip | ||
return | bool |
public static IsRemoteIp ( |
||
ip | ||
return | bool |
protected Listener ( int port, |
||
port | int | |
address | ||
return | System |
public abstract OnAccept ( IAsyncResult ar ) : void | ||
ar | IAsyncResult | |
return | void |