C# Class Thinktecture.ServiceModel.Tracing.TraceServiceCallInformationAttribute

Inheritance: System.Attribute, IOperationBehavior
Mostra file Open project: ChristianWeyer/Thinktecture.ServiceModel

Public Methods

Method 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 method

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
return void

ApplyClientBehavior() public method

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
return void

ApplyDispatchBehavior() public method

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
return void

TraceServiceCallInformationAttribute() public method

Initializes a new instance of the LogCallAttribute class.
public TraceServiceCallInformationAttribute ( ) : System
return System

Validate() public method

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