C# 클래스 DotAmf.ServiceModel.Dispatcher.AmfDispatchOperationSelector

The operation selector that supports the AMF operation invokation.
상속: IDispatchOperationSelector
파일 보기 프로젝트 열기: artema/DotAmf

공개 메소드들

메소드 설명
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