C# Класс Thinktecture.ServiceModel.WebServiceHost

Custom WebServiceHost with bootstrap task support.
Наследование: System.ServiceModel.Web.WebServiceHost
Показать файл Открыть проект

Открытые методы

Метод Описание
WebServiceHost ( Type serviceType ) : System

Initializes a new instance of the WebServiceHost class.

WebServiceHost ( object singeltonInstance ) : System

Initializes a new instance of the WebServiceHost class.

Защищенные методы

Метод Описание
InitializeRuntime ( ) : void

Initializes the runtime for the service host.

WebServiceHost ( ) : System

Initializes a new instance of the WebServiceHost class.

Приватные методы

Метод Описание
ExecuteBootstrapTasks ( ) : void

Описание методов

InitializeRuntime() защищенный Метод

Initializes the runtime for the service host.
The description of the service hosted is null.
protected InitializeRuntime ( ) : void
Результат void

WebServiceHost() защищенный Метод

Initializes a new instance of the WebServiceHost class.
protected WebServiceHost ( ) : System
Результат System

WebServiceHost() публичный Метод

Initializes a new instance of the WebServiceHost class.
public WebServiceHost ( Type serviceType ) : System
serviceType System.Type
Результат System

WebServiceHost() публичный Метод

Initializes a new instance of the WebServiceHost class.
public WebServiceHost ( object singeltonInstance ) : System
singeltonInstance object
Результат System