C# Класс SecuredClient.MessageSecurity.SecurityEndpointBehaviour

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

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

Метод Описание
AddBindingParameters ( ServiceEndpoint endpoint, BindingParameterCollection bindingParameters ) : void
ApplyClientBehavior ( ServiceEndpoint endpoint, ClientRuntime clientRuntime ) : void
ApplyDispatchBehavior ( ServiceEndpoint endpoint, EndpointDispatcher endpointDispatcher ) : void
Validate ( ServiceEndpoint endpoint ) : void

Описание методов

AddBindingParameters() публичный Метод

public AddBindingParameters ( ServiceEndpoint endpoint, BindingParameterCollection bindingParameters ) : void
endpoint ServiceEndpoint
bindingParameters BindingParameterCollection
Результат void

ApplyClientBehavior() публичный Метод

public ApplyClientBehavior ( ServiceEndpoint endpoint, ClientRuntime clientRuntime ) : void
endpoint ServiceEndpoint
clientRuntime ClientRuntime
Результат void

ApplyDispatchBehavior() публичный Метод

public ApplyDispatchBehavior ( ServiceEndpoint endpoint, EndpointDispatcher endpointDispatcher ) : void
endpoint ServiceEndpoint
endpointDispatcher EndpointDispatcher
Результат void

Validate() публичный Метод

public Validate ( ServiceEndpoint endpoint ) : void
endpoint ServiceEndpoint
Результат void