C# 클래스 IServiceOriented.ServiceBus.Listeners.WcfServiceHostFactory

Creates WCF service hosts. Used by WcfListener.
파일 보기 프로젝트 열기: jezell/iserviceoriented 1 사용 예제들

공개 메소드들

메소드 설명
CreateHost ( ServiceBusRuntime runtime, Type contractType, Type implementationType, string configurationName, string address ) : System.ServiceModel.ServiceHost

Dynamically generate a service host

CreateImplementationType ( Type interfaceType ) : Type

Dynamically generate a service implementation type for use with a ServiceHost

VerifyContract ( Type contractType ) : void

비공개 메소드들

메소드 설명
definePublishOverride ( Type interfaceType, TypeBuilder typeBuilder, MethodInfo methodInfo, string action ) : void

메소드 상세

CreateHost() 공개 정적인 메소드

Dynamically generate a service host
public static CreateHost ( ServiceBusRuntime runtime, Type contractType, Type implementationType, string configurationName, string address ) : System.ServiceModel.ServiceHost
runtime ServiceBusRuntime
contractType System.Type
implementationType System.Type
configurationName string
address string
리턴 System.ServiceModel.ServiceHost

CreateImplementationType() 공개 정적인 메소드

Dynamically generate a service implementation type for use with a ServiceHost
public static CreateImplementationType ( Type interfaceType ) : Type
interfaceType System.Type
리턴 System.Type

VerifyContract() 공개 정적인 메소드

public static VerifyContract ( Type contractType ) : void
contractType System.Type
리턴 void