프로퍼티 | 타입 | 설명 | |
---|---|---|---|
BindAddress |
메소드 | 설명 | |
---|---|---|
BeginListen ( int port ) : void |
Starts listening on the given port.
|
|
Close ( ) : void |
Shuts this Listener down - if still listening.
|
메소드 | 설명 | |
---|---|---|
AcceptNotify ( Connection client ) : void | ||
CloseNotify ( ) : void | ||
ListenFailedNotify ( |
||
OnAccept ( IAsyncResult ar ) : void |
Is called, once a client connected to this listener.
|