C# Class Nettiers.AdventureWorks.Contracts.SecurityMessageInspector

The Security Message Inspector
Inheritance: IClientMessageInspector
Show file Open project: netTiers/netTiers

Public Methods

Method Description
AfterReceiveReply ( System &reply, object correlationState ) : void

AfterReceiveReply executes after a reply has been received from the channel

BeforeSendRequest ( System &request, System channel ) : object

BeforeSendRequest executes before a reply has been sent to the channel

Method Details

AfterReceiveReply() public method

AfterReceiveReply executes after a reply has been received from the channel
public AfterReceiveReply ( System &reply, object correlationState ) : void
reply System This parameter contains the reply from the channel
correlationState object This parameter contains the correlation state
return void

BeforeSendRequest() public method

BeforeSendRequest executes before a reply has been sent to the channel
public BeforeSendRequest ( System &request, System channel ) : object
request System This parameter contains the request to the channel
channel System The channel to send to
return object