C# Класс IServiceOriented.ServiceBus.Dispatchers.WcfProxyDispatcher

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

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

Метод Описание
CreateMessageFilter ( Type contractType ) : MessageFilter
Dispatch ( MessageDelivery messageDelivery ) : void
WcfProxyDispatcher ( ) : System
WcfProxyDispatcher ( SubscriptionEndpoint endpoint ) : System

Защищенные методы

Метод Описание
ApplySecurityContext ( MessageDelivery delivery, System.ServiceModel.ChannelFactory factory ) : void
CreateFactory ( ) : System.ServiceModel.ChannelFactory
CreateProxy ( IChannelFactory factory ) : IContextChannel
GetResponseCorrelationId ( MessageDelivery delivery ) : string

Приватные методы

Метод Описание
initActionLookup ( SubscriptionEndpoint endpoint ) : ActionLookup

Описание методов

ApplySecurityContext() защищенный Метод

protected ApplySecurityContext ( MessageDelivery delivery, System.ServiceModel.ChannelFactory factory ) : void
delivery MessageDelivery
factory System.ServiceModel.ChannelFactory
Результат void

CreateFactory() защищенный Метод

protected CreateFactory ( ) : System.ServiceModel.ChannelFactory
Результат System.ServiceModel.ChannelFactory

CreateMessageFilter() публичный статический Метод

public static CreateMessageFilter ( Type contractType ) : MessageFilter
contractType System.Type
Результат MessageFilter

CreateProxy() защищенный Метод

protected CreateProxy ( IChannelFactory factory ) : IContextChannel
factory IChannelFactory
Результат IContextChannel

Dispatch() публичный Метод

public Dispatch ( MessageDelivery messageDelivery ) : void
messageDelivery MessageDelivery
Результат void

GetResponseCorrelationId() защищенный Метод

protected GetResponseCorrelationId ( MessageDelivery delivery ) : string
delivery MessageDelivery
Результат string

WcfProxyDispatcher() публичный Метод

public WcfProxyDispatcher ( ) : System
Результат System

WcfProxyDispatcher() публичный Метод

public WcfProxyDispatcher ( SubscriptionEndpoint endpoint ) : System
endpoint SubscriptionEndpoint
Результат System