C# Class DotAmf.ServiceModel.Dispatcher.AmfDispatchOperationSelector

The operation selector that supports the AMF operation invokation.
Inheritance: IDispatchOperationSelector
Show file Open project: artema/DotAmf

Public Methods

Method Description
AmfDispatchOperationSelector ( AmfEndpointContext context ) : System.Linq
SelectOperation ( Message &message ) : string

Selects the service operation to call.

Private Methods

Method Description
EndpointHasOperation ( ServiceEndpoint endpoint, string operationName ) : bool

Check if the endpoint has the operation.

Method Details

AmfDispatchOperationSelector() public method

public AmfDispatchOperationSelector ( AmfEndpointContext context ) : System.Linq
context AmfEndpointContext
return System.Linq

SelectOperation() public method

Selects the service operation to call.
public SelectOperation ( Message &message ) : string
message Message The Message object sent to invoke a service operation.
return string