C# 클래스 TimelapseApi.Common.PasswordDigestMessageInspector

상속: IClientMessageInspector
파일 보기 프로젝트 열기: evercam/Timelapse

공개 메소드들

메소드 설명
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

메소드 상세

AfterReceiveReply() 공개 메소드

public AfterReceiveReply ( Message &reply, object correlationState ) : void
reply Message
correlationState object
리턴 void

AfterReceiveResponse() 공개 메소드

public AfterReceiveResponse ( Message &request, IClientChannel channel, System.ServiceModel.InstanceContext instanceContext ) : string
request Message
channel IClientChannel
instanceContext System.ServiceModel.InstanceContext
리턴 string

BeforeSendRequest() 공개 메소드

public BeforeSendRequest ( Message &request, IClientChannel channel ) : object
request Message
channel IClientChannel
리턴 object

PasswordDigestMessageInspector() 공개 메소드

public PasswordDigestMessageInspector ( string username, string password ) : System
username string
password string
리턴 System