C# 클래스 Thinktecture.ServiceModel.Tracing.TraceServiceCallInformationAttribute

상속: System.Attribute, IOperationBehavior
파일 보기 프로젝트 열기: ChristianWeyer/Thinktecture.ServiceModel

공개 메소드들

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

메소드 상세

AddBindingParameters() 공개 메소드

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
리턴 void

ApplyClientBehavior() 공개 메소드

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
리턴 void

ApplyDispatchBehavior() 공개 메소드

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
리턴 void

TraceServiceCallInformationAttribute() 공개 메소드

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

Validate() 공개 메소드

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