C# Class Gallatin.Core.Service.ProxyService

Inheritance: IProxyService
Show file Open project: williamoneill/Gallatin Class Usage Examples

Public Methods

Method Description
Start ( ) : void
Stop ( ) : void

Private Methods

Method Description
HandleClientConnected ( INetworkFacade clientConnection ) : void
HandleSessionEnded ( object sender, EventArgs e ) : void
ProxyService ( INetworkFacadeFactory factory, ICoreSettings settings, IAccessLog accessLog ) : System
TimerCallback ( object state ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void