C# Class Thinktecture.ServiceModel.WebServiceHost

Custom WebServiceHost with bootstrap task support.
Inheritance: System.ServiceModel.Web.WebServiceHost
Afficher le fichier Open project: ChristianWeyer/Thinktecture.ServiceModel

Méthodes publiques

Méthode Description
WebServiceHost ( Type serviceType ) : System

Initializes a new instance of the WebServiceHost class.

WebServiceHost ( object singeltonInstance ) : System

Initializes a new instance of the WebServiceHost class.

Méthodes protégées

Méthode Description
InitializeRuntime ( ) : void

Initializes the runtime for the service host.

WebServiceHost ( ) : System

Initializes a new instance of the WebServiceHost class.

Private Methods

Méthode Description
ExecuteBootstrapTasks ( ) : void

Method Details

InitializeRuntime() protected méthode

Initializes the runtime for the service host.
The description of the service hosted is null.
protected InitializeRuntime ( ) : void
Résultat void

WebServiceHost() protected méthode

Initializes a new instance of the WebServiceHost class.
protected WebServiceHost ( ) : System
Résultat System

WebServiceHost() public méthode

Initializes a new instance of the WebServiceHost class.
public WebServiceHost ( Type serviceType ) : System
serviceType System.Type
Résultat System

WebServiceHost() public méthode

Initializes a new instance of the WebServiceHost class.
public WebServiceHost ( object singeltonInstance ) : System
singeltonInstance object
Résultat System