C# 클래스 Graphite.WCF.OperationTimingEndpointBehavior

상속: IEndpointBehavior
파일 보기 프로젝트 열기: ragnard/Graphite.NET

공개 메소드들

메소드 설명
AddBindingParameters ( ServiceEndpoint endpoint, System.ServiceModel.Channels.BindingParameterCollection bindingParameters ) : void
ApplyClientBehavior ( ServiceEndpoint endpoint, ClientRuntime clientRuntime ) : void
ApplyDispatchBehavior ( ServiceEndpoint endpoint, EndpointDispatcher endpointDispatcher ) : void
OperationTimingEndpointBehavior ( IInvocationReporter invocationReporter ) : System.ServiceModel.Channels
Validate ( ServiceEndpoint endpoint ) : void

메소드 상세

AddBindingParameters() 공개 메소드

public AddBindingParameters ( ServiceEndpoint endpoint, System.ServiceModel.Channels.BindingParameterCollection bindingParameters ) : void
endpoint System.ServiceModel.Description.ServiceEndpoint
bindingParameters System.ServiceModel.Channels.BindingParameterCollection
리턴 void

ApplyClientBehavior() 공개 메소드

public ApplyClientBehavior ( ServiceEndpoint endpoint, ClientRuntime clientRuntime ) : void
endpoint System.ServiceModel.Description.ServiceEndpoint
clientRuntime System.ServiceModel.Dispatcher.ClientRuntime
리턴 void

ApplyDispatchBehavior() 공개 메소드

public ApplyDispatchBehavior ( ServiceEndpoint endpoint, EndpointDispatcher endpointDispatcher ) : void
endpoint System.ServiceModel.Description.ServiceEndpoint
endpointDispatcher System.ServiceModel.Dispatcher.EndpointDispatcher
리턴 void

OperationTimingEndpointBehavior() 공개 메소드

public OperationTimingEndpointBehavior ( IInvocationReporter invocationReporter ) : System.ServiceModel.Channels
invocationReporter IInvocationReporter
리턴 System.ServiceModel.Channels

Validate() 공개 메소드

public Validate ( ServiceEndpoint endpoint ) : void
endpoint ServiceEndpoint
리턴 void