C# Class Queue.Services.Common.CustomHeaderMessageInspector

Inheritance: IDispatchMessageInspector
Afficher le fichier Open project: breslavsky/queue

Méthodes publiques

Méthode Description
AfterReceiveRequest ( Message &request, System channel, System.ServiceModel.InstanceContext instanceContext ) : object
BeforeSendReply ( Message &reply, object correlationState ) : void
CustomHeaderMessageInspector ( string>.Dictionary headers ) : System

Method Details

AfterReceiveRequest() public méthode

public AfterReceiveRequest ( Message &request, System channel, System.ServiceModel.InstanceContext instanceContext ) : object
request Message
channel System
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
headers string>.Dictionary
Résultat System