C# Class Ipop.SocialVPN.HttpInterface

Show file Open project: pstjuste/brunet Class Usage Examples

Protected Properties

Property Type Description
_listener System.Net.HttpListener
_port string
_runner Thread
_running bool

Public Methods

Method Description
HttpInterface ( string port ) : System
Start ( ) : void
Stop ( ) : void

Protected Methods

Method Description
Process ( string>.Dictionary request ) : string
Run ( ) : void

Method Details

HttpInterface() public method

public HttpInterface ( string port ) : System
port string
return System

Process() protected method

protected Process ( string>.Dictionary request ) : string
request string>.Dictionary
return string

Run() protected method

protected Run ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

Property Details

_listener protected property

protected HttpListener,System.Net _listener
return System.Net.HttpListener

_port protected property

protected string _port
return string

_runner protected property

protected Thread _runner
return Thread

_running protected property

protected bool _running
return bool