C# Класс IServiceOriented.ServiceBus.Listeners.WcfServiceHostListener

Наследование: WcfListener
Показать файл Открыть проект

Открытые методы

Метод Описание
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