C# Class SoapXmlMessages.InterceptMessageBehavior

Inheritance: IEndpointBehavior
ファイルを表示 Open project: Lysander/snippets Class Usage Examples

Public Methods

Method Description
AddBindingParameters ( ServiceEndpoint endpoint, System parameters ) : void
ApplyClientBehavior ( ServiceEndpoint serviceEndpoint, ClientRuntime behavior ) : void
ApplyDispatchBehavior ( ServiceEndpoint serviceEndpoint, EndpointDispatcher dispatcher ) : void
InterceptMessageBehavior ( IClientMessageInspector messageInspector ) : System
Validate ( ServiceEndpoint serviceEndpoint ) : void

Method Details

AddBindingParameters() public method

public AddBindingParameters ( ServiceEndpoint endpoint, System parameters ) : void
endpoint System.ServiceModel.Description.ServiceEndpoint
parameters System
return void

ApplyClientBehavior() public method

public ApplyClientBehavior ( ServiceEndpoint serviceEndpoint, ClientRuntime behavior ) : void
serviceEndpoint System.ServiceModel.Description.ServiceEndpoint
behavior System.ServiceModel.Dispatcher.ClientRuntime
return void

ApplyDispatchBehavior() public method

public ApplyDispatchBehavior ( ServiceEndpoint serviceEndpoint, EndpointDispatcher dispatcher ) : void
serviceEndpoint System.ServiceModel.Description.ServiceEndpoint
dispatcher System.ServiceModel.Dispatcher.EndpointDispatcher
return void

InterceptMessageBehavior() public method

public InterceptMessageBehavior ( IClientMessageInspector messageInspector ) : System
messageInspector IClientMessageInspector
return System

Validate() public method

public Validate ( ServiceEndpoint serviceEndpoint ) : void
serviceEndpoint System.ServiceModel.Description.ServiceEndpoint
return void