C# Class WaveBox.Service.Services.HttpService

Inheritance: IService
Datei anzeigen Open project: einsteinx2/WaveBox

Private Properties

Property Type Description
AcceptClientCallback void

Public Methods

Method Description
HttpService ( ) : System
Start ( ) : bool
Stop ( ) : bool

Private Methods

Method Description
AcceptClientCallback ( IAsyncResult result ) : void

Method Details

HttpService() public method

public HttpService ( ) : System
return System

Start() public method

public Start ( ) : bool
return bool

Stop() public method

public Stop ( ) : bool
return bool