C# Class OpenResKit.ODataHost.CustomHeaderMessageInspector

Inheritance: IDispatchMessageInspector
Afficher le fichier Open project: htw-bui/OrkHub

Méthodes publiques

Méthode 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 méthode

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

BeforeSendReply() public méthode

public BeforeSendReply ( Message &reply, object correlationState ) : void
reply Message
correlationState object
Résultat void

CustomHeaderMessageInspector() public méthode

public CustomHeaderMessageInspector ( string>.Dictionary headers ) : System.Collections.Generic
headers string>.Dictionary
Résultat System.Collections.Generic