C# Класс Thinktecture.ServiceModel.Activation.IntranetProfileServiceHostFactory

Custom ServiceHostFactory for creating ServiceHost instances that are tweaked for intranet hosting scenarios.
Наследование: System.ServiceModel.Activation.ServiceHostFactory
Показать файл Открыть проект

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

Метод Описание
CreateServiceHost ( string constructorString, Uri baseAddresses ) : ServiceHostBase

Creates a with specific base addresses and initializes it with specified data.

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

Метод Описание
CreateServiceHost ( Type serviceType, Uri baseAddresses ) : System.ServiceModel.ServiceHost

Creates a for a specified type of service with a specific base address.

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

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

Creates a for a specified type of service with a specific base address.
protected CreateServiceHost ( Type serviceType, Uri baseAddresses ) : System.ServiceModel.ServiceHost
serviceType System.Type
baseAddresses System.Uri
Результат System.ServiceModel.ServiceHost

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

Creates a with specific base addresses and initializes it with specified data.
There is no hosting context provided or constructorString is null or empty. baseAddress is null.
public CreateServiceHost ( string constructorString, Uri baseAddresses ) : ServiceHostBase
constructorString string
baseAddresses System.Uri
Результат ServiceHostBase