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

상속: WcfListener
파일 보기 프로젝트 열기: jezell/iserviceoriented

공개 메소드들

메소드 설명
WcfServiceHostListener ( ) : System

보호된 메소드들

메소드 설명
CreateCommunicationObject ( ) : ICommunicationObject

Creates and initializes a service host for use with this listener

CreateServiceImplementationType ( ) : Type

Gets the type that should be hosted by the ServiceHost

메소드 상세

CreateCommunicationObject() 보호된 메소드

Creates and initializes a service host for use with this listener
protected CreateCommunicationObject ( ) : ICommunicationObject
리턴 ICommunicationObject

CreateServiceImplementationType() 보호된 메소드

Gets the type that should be hosted by the ServiceHost
protected CreateServiceImplementationType ( ) : Type
리턴 System.Type

WcfServiceHostListener() 공개 메소드

public WcfServiceHostListener ( ) : System
리턴 System