C# Class OpenResKit.ODataHost.CustomHeaderMessageInspector

Inheritance: IDispatchMessageInspector
显示文件 Open project: htw-bui/OrkHub

Public Methods

Method Description
AfterReceiveRequest ( Message &request, IClientChannel channel, System.ServiceModel.InstanceContext instanceContext ) : object
BeforeSendReply ( Message &reply, object correlationState ) : void
CustomHeaderMessageInspector ( string>.Dictionary headers ) : System.Collections.Generic

Method Details

AfterReceiveRequest() public method

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

BeforeSendReply() public method

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

CustomHeaderMessageInspector() public method

public CustomHeaderMessageInspector ( string>.Dictionary headers ) : System.Collections.Generic
headers string>.Dictionary
return System.Collections.Generic