C# Class TimelapseApi.Common.PasswordDigestBehavior

Inheritance: IEndpointBehavior
Mostrar archivo Open project: evercam/Timelapse

Public Methods

Method 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 method

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

ApplyClientBehavior() public method

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

ApplyDispatchBehavior() public method

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

PasswordDigestBehavior() public method

public PasswordDigestBehavior ( string username, string password ) : System
username string
password string
return System

Validate() public method

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