프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Clients | SynchronizedCollection |
메소드 | 설명 | |
---|---|---|
Close ( ) : void | ||
GetClient ( string RemoteIP, int RemotePort ) : |
||
Initialize ( |
Initializes Listener. Throws SocketException if something went haywire.
|
|
Listener ( EncryptionMode Mode ) : System |
Initializes a new instance of Listener.
|
|
OnAccept ( IAsyncResult AR ) : void |
Callback for accepting connections.
|
|
RemoveClient ( |
Removes a client from the internal list of connected clients. Should really only be called internally by the NetworkClient.Disconnect() method.
|
public GetClient ( string RemoteIP, int RemotePort ) : |
||
RemoteIP | string | |
RemotePort | int | |
리턴 |
public Initialize ( |
||
LocalEP | The endpoint to listen on. | |
리턴 | void |
public RemoveClient ( |
||
Client | The client to remove. | |
리턴 | void |