C# Class SoapXmlMessages.InterceptMessageBehavior

Inheritance: IEndpointBehavior
Afficher le fichier Open project: Lysander/snippets Class Usage Examples

Méthodes publiques

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

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

ApplyClientBehavior() public méthode

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

ApplyDispatchBehavior() public méthode

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

InterceptMessageBehavior() public méthode

public InterceptMessageBehavior ( IClientMessageInspector messageInspector ) : System
messageInspector IClientMessageInspector
Résultat System

Validate() public méthode

public Validate ( ServiceEndpoint serviceEndpoint ) : void
serviceEndpoint System.ServiceModel.Description.ServiceEndpoint
Résultat void