C# Класс TimelapseApi.Common.PasswordDigestBehavior

Наследование: IEndpointBehavior
Показать файл Открыть проект

Открытые методы

Метод Описание
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