C# 클래스 TimelapseApi.Common.PasswordDigestBehavior

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

공개 메소드들

메소드 설명
AddBindingParameters ( ServiceEndpoint endpoint, System bindingParameters ) : void
ApplyClientBehavior ( ServiceEndpoint endpoint, System clientRuntime ) : void
ApplyDispatchBehavior ( ServiceEndpoint endpoint, System endpointDispatcher ) : void
PasswordDigestBehavior ( string username, string password ) : System
Validate ( ServiceEndpoint endpoint ) : void

메소드 상세

AddBindingParameters() 공개 메소드

public AddBindingParameters ( ServiceEndpoint endpoint, System bindingParameters ) : void
endpoint System.ServiceModel.Description.ServiceEndpoint
bindingParameters System
리턴 void

ApplyClientBehavior() 공개 메소드

public ApplyClientBehavior ( ServiceEndpoint endpoint, System clientRuntime ) : void
endpoint System.ServiceModel.Description.ServiceEndpoint
clientRuntime System
리턴 void

ApplyDispatchBehavior() 공개 메소드

public ApplyDispatchBehavior ( ServiceEndpoint endpoint, System endpointDispatcher ) : void
endpoint System.ServiceModel.Description.ServiceEndpoint
endpointDispatcher System
리턴 void

PasswordDigestBehavior() 공개 메소드

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

Validate() 공개 메소드

public Validate ( ServiceEndpoint endpoint ) : void
endpoint System.ServiceModel.Description.ServiceEndpoint
리턴 void