C# Class SoapXmlMessages.XmlMessageInspector

> Think of this hook-object a as "strategy" or "command" that will be integrated at some point of the execution-process of a webservice.
Inheritance: IClientMessageInspector
Datei anzeigen Open project: Lysander/snippets Class Usage Examples

Public Methods

Method Description
AfterReceiveReply ( System &message, object correlationState ) : void
BeforeSendRequest ( System &message, System channel ) : object

Method Details

AfterReceiveReply() public method

public AfterReceiveReply ( System &message, object correlationState ) : void
message System
correlationState object
return void

BeforeSendRequest() public method

public BeforeSendRequest ( System &message, System channel ) : object
message System
channel System
return object