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
파일 보기 프로젝트 열기: jgauffin/Griffin.Container 1 사용 예제들

공개 메소드들

메소드 설명
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