Метод | Описание | |
---|---|---|
Start ( ) : void |
Starts listening incoming connections.
|
|
Stop ( ) : void |
Stops listening incoming connections.
|
|
TcpConnectionListener ( |
Creates a new TcpConnectionListener for given endpoint.
|
Метод | Описание | |
---|---|---|
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 | |
Результат | System.Net.Sockets |