Method | Description | |
---|---|---|
ListenOnThread ( string ipAddress, int port ) : void | ||
OnNotify ( string message, NotifyType type ) : void | ||
Stop ( ) : void |
Method | Description | |
---|---|---|
DoWork ( object sender, |
||
Listen ( ) : void | ||
Worker_Disposed ( object sender, |
public ListenOnThread ( string ipAddress, int port ) : void | ||
ipAddress | string | |
port | int | |
return | void |
public OnNotify ( string message, NotifyType type ) : void | ||
message | string | |
type | NotifyType | |
return | void |