C# Класс Griffin.Container.Wcf.ServiceLocatorServiceHost

Service host which uses an inversion of control container.
Resolved all contract and service behaviours when building the service. So register any custom behaviours
Наследование: System.ServiceModel.ServiceHost
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ServiceLocatorServiceHost ( IParentContainer container, Type serviceConcrete ) : System

Initializes a new instance of the ServiceLocatorServiceHost class.

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

Метод Описание
ApplyContractBehaviors ( IServiceLocator serviceLocator ) : void

Applies the contract behaviors.

ApplyServiceBehaviors ( IServiceLocator serviceLocator ) : void

Applies the service behaviors.

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

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

Initializes a new instance of the ServiceLocatorServiceHost class.
public ServiceLocatorServiceHost ( IParentContainer container, Type serviceConcrete ) : System
container IParentContainer The container.
serviceConcrete System.Type Type of the service.
Результат System