C# Class IServiceOriented.ServiceBus.Listeners.WcfServiceHostListener

Inheritance: WcfListener
Mostrar archivo Open project: jezell/iserviceoriented

Public Methods

Method Description
WcfServiceHostListener ( ) : System

Protected Methods

Method Description
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

Method Details

CreateCommunicationObject() protected method

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

CreateServiceImplementationType() protected method

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

WcfServiceHostListener() public method

public WcfServiceHostListener ( ) : System
return System