C# Class TimelapseApi.Common.PasswordDigestBehavior

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

Méthodes publiques

Méthode Description
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

Method Details

AddBindingParameters() public méthode

public AddBindingParameters ( ServiceEndpoint endpoint, System bindingParameters ) : void
endpoint System.ServiceModel.Description.ServiceEndpoint
bindingParameters System
Résultat void

ApplyClientBehavior() public méthode

public ApplyClientBehavior ( ServiceEndpoint endpoint, System clientRuntime ) : void
endpoint System.ServiceModel.Description.ServiceEndpoint
clientRuntime System
Résultat void

ApplyDispatchBehavior() public méthode

public ApplyDispatchBehavior ( ServiceEndpoint endpoint, System endpointDispatcher ) : void
endpoint System.ServiceModel.Description.ServiceEndpoint
endpointDispatcher System
Résultat void

PasswordDigestBehavior() public méthode

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

Validate() public méthode

public Validate ( ServiceEndpoint endpoint ) : void
endpoint System.ServiceModel.Description.ServiceEndpoint
Résultat void