C# Class TSVCEO.CloudPrint.InfoServer.CloudPrintInfoServer

Inheritance: IDisposable
Mostra file Open project: klightspeed/CloudPrintProxy Class Usage Examples

Protected Properties

Property Type Description
AuthServiceRegistration AuthServiceRegistration
Server System.Web.Http.SelfHost.HttpSelfHostServer

Public Methods

Method Description
CloudPrintInfoServer ( int port, CloudPrintProxy printproxy ) : System
CloudPrintInfoServer ( string baseurl, CloudPrintProxy printproxy ) : System
Dispose ( ) : void
Start ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

CloudPrintInfoServer() public method

public CloudPrintInfoServer ( int port, CloudPrintProxy printproxy ) : System
port int
printproxy TSVCEO.CloudPrint.Proxy.CloudPrintProxy
return System

CloudPrintInfoServer() public method

public CloudPrintInfoServer ( string baseurl, CloudPrintProxy printproxy ) : System
baseurl string
printproxy TSVCEO.CloudPrint.Proxy.CloudPrintProxy
return System

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

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

Start() public method

public Start ( ) : void
return void

Property Details

AuthServiceRegistration protected_oe property

protected AuthServiceRegistration,TSVCEO.CloudPrint.InfoServer AuthServiceRegistration
return AuthServiceRegistration

Server protected_oe property

protected HttpSelfHostServer,System.Web.Http.SelfHost Server
return System.Web.Http.SelfHost.HttpSelfHostServer