C# 클래스 Queue.Services.Common.CustomHeaderMessageInspector

상속: IDispatchMessageInspector
파일 보기 프로젝트 열기: breslavsky/queue

공개 메소드들

메소드 설명
AfterReceiveRequest ( Message &request, System channel, System.ServiceModel.InstanceContext instanceContext ) : object
BeforeSendReply ( Message &reply, object correlationState ) : void
CustomHeaderMessageInspector ( string>.Dictionary headers ) : System

메소드 상세

AfterReceiveRequest() 공개 메소드

public AfterReceiveRequest ( Message &request, System channel, System.ServiceModel.InstanceContext instanceContext ) : object
request Message
channel System
instanceContext System.ServiceModel.InstanceContext
리턴 object

BeforeSendReply() 공개 메소드

public BeforeSendReply ( Message &reply, object correlationState ) : void
reply Message
correlationState object
리턴 void

CustomHeaderMessageInspector() 공개 메소드

public CustomHeaderMessageInspector ( string>.Dictionary headers ) : System
headers string>.Dictionary
리턴 System