C# Class WebRTCVideoServer.WebRTCService

Inheritance: System.ServiceProcess.ServiceBase
Mostrar archivo Open project: sipsorcery/sipsorcery

Public Methods

Method Description
WebRTCService ( WebRTCDaemon daemon ) : System.ServiceProcess

Protected Methods

Method Description
Dispose ( bool disposing ) : void
OnStart ( string args ) : void
OnStop ( ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

OnStart() protected method

protected OnStart ( string args ) : void
args string
return void

OnStop() protected method

protected OnStop ( ) : void
return void

WebRTCService() public method

public WebRTCService ( WebRTCDaemon daemon ) : System.ServiceProcess
daemon WebRTCDaemon
return System.ServiceProcess