C# Class TSVCEO.CloudPrint.InfoServer.CloudPrintInfoServer

Inheritance: IDisposable
Afficher le fichier Open project: klightspeed/CloudPrintProxy Class Usage Examples

Protected Properties

Свойство Type Description
AuthServiceRegistration AuthServiceRegistration
Server System.Web.Http.SelfHost.HttpSelfHostServer

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

CloudPrintInfoServer() public méthode

public CloudPrintInfoServer ( int port, CloudPrintProxy printproxy ) : System
port int
printproxy TSVCEO.CloudPrint.Proxy.CloudPrintProxy
Résultat System

CloudPrintInfoServer() public méthode

public CloudPrintInfoServer ( string baseurl, CloudPrintProxy printproxy ) : System
baseurl string
printproxy TSVCEO.CloudPrint.Proxy.CloudPrintProxy
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

AuthServiceRegistration protected_oe property

protected AuthServiceRegistration,TSVCEO.CloudPrint.InfoServer AuthServiceRegistration
Résultat AuthServiceRegistration

Server protected_oe property

protected HttpSelfHostServer,System.Web.Http.SelfHost Server
Résultat System.Web.Http.SelfHost.HttpSelfHostServer