C# Class TimelapseApi.Common.PasswordDigestMessageInspector

Inheritance: IClientMessageInspector
Afficher le fichier Open project: evercam/Timelapse

Méthodes publiques

Méthode Description
AfterReceiveReply ( Message &reply, object correlationState ) : void
AfterReceiveResponse ( Message &request, IClientChannel channel, System.ServiceModel.InstanceContext instanceContext ) : string
BeforeSendRequest ( Message &request, IClientChannel channel ) : object
PasswordDigestMessageInspector ( string username, string password ) : System

Method Details

AfterReceiveReply() public méthode

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

AfterReceiveResponse() public méthode

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

BeforeSendRequest() public méthode

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

PasswordDigestMessageInspector() public méthode

public PasswordDigestMessageInspector ( string username, string password ) : System
username string
password string
Résultat System