Method | Description | |
---|---|---|
Start ( ) : void |
Start listening for connections
|
|
Stop ( ) : void |
Stop listening for connections
|
|
TCPDispatcher ( |
Create a tcp listener bound to the specified address and port
|
Method | Description | |
---|---|---|
AcceptSocket ( IAsyncResult result ) : void |
Handle a socket accept
|
|
BeginAcceptingSockets ( ) : void |
Start an async socket accept
|
public TCPDispatcher ( |
||
bindAddress | ||
port | ushort | |
return | System |