C# Class Thinktecture.ServiceModel.WebServiceHost

Custom WebServiceHost with bootstrap task support.
Inheritance: System.ServiceModel.Web.WebServiceHost
Mostrar archivo Open project: ChristianWeyer/Thinktecture.ServiceModel

Public Methods

Method 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.

Protected Methods

Method Description
InitializeRuntime ( ) : void

Initializes the runtime for the service host.

WebServiceHost ( ) : System

Initializes a new instance of the WebServiceHost class.

Private Methods

Method Description
ExecuteBootstrapTasks ( ) : void

Method Details

InitializeRuntime() protected method

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

WebServiceHost() protected method

Initializes a new instance of the WebServiceHost class.
protected WebServiceHost ( ) : System
return System

WebServiceHost() public method

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

WebServiceHost() public method

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