C# Класс DotAmf.ServiceModel.Dispatcher.AmfDispatchOperationSelector

The operation selector that supports the AMF operation invokation.
Наследование: IDispatchOperationSelector
Показать файл Открыть проект

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

Метод Описание
AmfDispatchOperationSelector ( AmfEndpointContext context ) : System.Linq
SelectOperation ( Message &message ) : string

Selects the service operation to call.

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

Метод Описание
EndpointHasOperation ( ServiceEndpoint endpoint, string operationName ) : bool

Check if the endpoint has the operation.

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

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

public AmfDispatchOperationSelector ( AmfEndpointContext context ) : System.Linq
context AmfEndpointContext
Результат System.Linq

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

Selects the service operation to call.
public SelectOperation ( Message &message ) : string
message Message The Message object sent to invoke a service operation.
Результат string