C# Class IServiceOriented.ServiceBus.Listeners.WcfServiceHostListener

Inheritance: WcfListener
Afficher le fichier Open project: jezell/iserviceoriented

Méthodes publiques

Méthode Description
WcfServiceHostListener ( ) : System

Méthodes protégées

Méthode 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 méthode

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

CreateServiceImplementationType() protected méthode

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

WcfServiceHostListener() public méthode

public WcfServiceHostListener ( ) : System
Résultat System