Method | Description | |
---|---|---|
SocketPolicyServer ( string xml ) : System | ||
SocketPolicyServer ( string xml, int port ) : System | ||
Start ( ) : int | ||
Stop ( ) : void |
Method | Description | |
---|---|---|
OnAccept ( IAsyncResult ar ) : void | ||
OnReceive ( IAsyncResult ar ) : void | ||
OnSend ( IAsyncResult ar ) : void | ||
RunServer ( ) : void |
public SocketPolicyServer ( string xml ) : System | ||
xml | string | |
return | System |
public SocketPolicyServer ( string xml, int port ) : System | ||
xml | string | |
port | int | |
return | System |