C# Class Thinktecture.ServiceModel.Tracing.TraceServiceCallInformationAttribute

Inheritance: System.Attribute, IOperationBehavior
Afficher le fichier Open project: ChristianWeyer/Thinktecture.ServiceModel

Méthodes publiques

Méthode Description
AddBindingParameters ( OperationDescription operationDescription, System.ServiceModel.Channels.BindingParameterCollection bindingParameters ) : void

Adds the binding parameters.

This method has zero instructions.

ApplyClientBehavior ( OperationDescription operationDescription, System.ServiceModel.Dispatcher.ClientOperation clientOperation ) : void

Applies the client behavior.

This method has zero instructions.

ApplyDispatchBehavior ( OperationDescription operationDescription, System.ServiceModel.Dispatcher.DispatchOperation dispatchOperation ) : void

Applies the dispatch behavior by adding an instance of CallLogParameterInspector to the parameter inspectors collection of the dispatch operation.

TraceServiceCallInformationAttribute ( ) : System

Initializes a new instance of the LogCallAttribute class.

Validate ( OperationDescription operationDescription ) : void

Validates the specified operation description.

This method has zero instructions.

Method Details

AddBindingParameters() public méthode

Adds the binding parameters.
This method has zero instructions.
public AddBindingParameters ( OperationDescription operationDescription, System.ServiceModel.Channels.BindingParameterCollection bindingParameters ) : void
operationDescription System.ServiceModel.Description.OperationDescription
bindingParameters System.ServiceModel.Channels.BindingParameterCollection
Résultat void

ApplyClientBehavior() public méthode

Applies the client behavior.
This method has zero instructions.
public ApplyClientBehavior ( OperationDescription operationDescription, System.ServiceModel.Dispatcher.ClientOperation clientOperation ) : void
operationDescription System.ServiceModel.Description.OperationDescription
clientOperation System.ServiceModel.Dispatcher.ClientOperation
Résultat void

ApplyDispatchBehavior() public méthode

Applies the dispatch behavior by adding an instance of CallLogParameterInspector to the parameter inspectors collection of the dispatch operation.
public ApplyDispatchBehavior ( OperationDescription operationDescription, System.ServiceModel.Dispatcher.DispatchOperation dispatchOperation ) : void
operationDescription System.ServiceModel.Description.OperationDescription
dispatchOperation System.ServiceModel.Dispatcher.DispatchOperation
Résultat void

TraceServiceCallInformationAttribute() public méthode

Initializes a new instance of the LogCallAttribute class.
public TraceServiceCallInformationAttribute ( ) : System
Résultat System

Validate() public méthode

Validates the specified operation description.
This method has zero instructions.
public Validate ( OperationDescription operationDescription ) : void
operationDescription System.ServiceModel.Description.OperationDescription
Résultat void