Method | Description | |
---|---|---|
Start ( ) : void |
Starts listening incoming connections.
|
|
Stop ( ) : void |
Stops listening incoming connections.
|
|
TcpConnectionListener ( |
Creates a new TcpConnectionListener for given endpoint.
|
Method | Description | |
---|---|---|
DoListenAsThread ( ) : void |
Entrance point of the thread. This method is used by the thread to listen incoming requests.
|
|
StartSocket ( ) : void |
Starts listening socket.
|
|
StopSocket ( ) : void |
Stops listening socket.
|
public TcpConnectionListener ( |
||
endPoint | The endpoint address of the server to listen incoming connections | |
return | System.Net.Sockets |