C# 클래스 Thinktecture.ServiceModel.Activation.IntranetProfileServiceHostFactory

Custom ServiceHostFactory for creating ServiceHost instances that are tweaked for intranet hosting scenarios.
상속: System.ServiceModel.Activation.ServiceHostFactory
파일 보기 프로젝트 열기: ChristianWeyer/Thinktecture.ServiceModel

공개 메소드들

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