C# Class IInteractive.Projects.RemoteWorklogPatchBehavior.RemoteWorklogMessageInspector

Inheritance: IClientMessageInspector
Afficher le fichier Open project: iinteractive/IInteractive.Projects

Méthodes publiques

Méthode Description
AfterReceiveReply ( System &reply, object correlationState ) : void
BeforeSendRequest ( Message &request, IClientChannel channel ) : object

Private Methods

Méthode Description
UpdateMessage ( XmlDocument doc ) : void

Method Details

AfterReceiveReply() public méthode

public AfterReceiveReply ( System &reply, object correlationState ) : void
reply System
correlationState object
Résultat void

BeforeSendRequest() public méthode

public BeforeSendRequest ( Message &request, IClientChannel channel ) : object
request Message
channel IClientChannel
Résultat object