C# 클래스 OpenResKit.ODataHost.CustomHeaderMessageInspector

상속: IDispatchMessageInspector
파일 보기 프로젝트 열기: htw-bui/OrkHub

공개 메소드들

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

메소드 상세

AfterReceiveRequest() 공개 메소드

public AfterReceiveRequest ( Message &request, IClientChannel channel, System.ServiceModel.InstanceContext instanceContext ) : object
request Message
channel IClientChannel
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.Collections.Generic
headers string>.Dictionary
리턴 System.Collections.Generic