C# 클래스 Nettiers.AdventureWorks.Contracts.SecurityMessageInspector

The Security Message Inspector
상속: IClientMessageInspector
파일 보기 프로젝트 열기: netTiers/netTiers

공개 메소드들

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

메소드 상세

AfterReceiveReply() 공개 메소드

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

BeforeSendRequest() 공개 메소드

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