C# Class PSUnityServer.SocketPolicyServer

Mostra file Open project: MickyBalladelli/PSUnity Class Usage Examples

Public Methods

Method Description
SocketPolicyServer ( string xml ) : System
Start ( ) : int
Stop ( ) : void

Private Methods

Method Description
OnAccept ( IAsyncResult ar ) : void
OnReceive ( IAsyncResult ar ) : void
OnSend ( IAsyncResult ar ) : void
RunServer ( ) : void

Method Details

SocketPolicyServer() public method

public SocketPolicyServer ( string xml ) : System
xml string
return System

Start() public method

public Start ( ) : int
return int

Stop() public method

public Stop ( ) : void
return void