C# Class Graphite.WCF.OperationTimingEndpointBehavior

Inheritance: IEndpointBehavior
Afficher le fichier Open project: ragnard/Graphite.NET

Méthodes publiques

Méthode Description
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

Method Details

AddBindingParameters() public méthode

public AddBindingParameters ( ServiceEndpoint endpoint, System.ServiceModel.Channels.BindingParameterCollection bindingParameters ) : void
endpoint System.ServiceModel.Description.ServiceEndpoint
bindingParameters System.ServiceModel.Channels.BindingParameterCollection
Résultat void

ApplyClientBehavior() public méthode

public ApplyClientBehavior ( ServiceEndpoint endpoint, ClientRuntime clientRuntime ) : void
endpoint System.ServiceModel.Description.ServiceEndpoint
clientRuntime System.ServiceModel.Dispatcher.ClientRuntime
Résultat void

ApplyDispatchBehavior() public méthode

public ApplyDispatchBehavior ( ServiceEndpoint endpoint, EndpointDispatcher endpointDispatcher ) : void
endpoint System.ServiceModel.Description.ServiceEndpoint
endpointDispatcher System.ServiceModel.Dispatcher.EndpointDispatcher
Résultat void

OperationTimingEndpointBehavior() public méthode

public OperationTimingEndpointBehavior ( IInvocationReporter invocationReporter ) : System.ServiceModel.Channels
invocationReporter IInvocationReporter
Résultat System.ServiceModel.Channels

Validate() public méthode

public Validate ( ServiceEndpoint endpoint ) : void
endpoint ServiceEndpoint
Résultat void