C# Класс Nettiers.AdventureWorks.Contracts.SecurityEndpointBehavior

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

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

Метод Описание
AddBindingParameters ( ServiceEndpoint endpoint, System bindingParameters ) : void

Add Binding Parameters

ApplyClientBehavior ( ServiceEndpoint endpoint, System clientRuntime ) : void

Apply Client Behavior

ApplyDispatchBehavior ( ServiceEndpoint endpoint, System endpointDispatcher ) : void

Apply Dispatch Behavior

Validate ( ServiceEndpoint endpoint ) : void

Validate

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

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

Add Binding Parameters
public AddBindingParameters ( ServiceEndpoint endpoint, System bindingParameters ) : void
endpoint System.ServiceModel.Description.ServiceEndpoint End point
bindingParameters System Binding parameters
Результат void

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

Apply Client Behavior
public ApplyClientBehavior ( ServiceEndpoint endpoint, System clientRuntime ) : void
endpoint System.ServiceModel.Description.ServiceEndpoint End point
clientRuntime System Client runtime
Результат void

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

Apply Dispatch Behavior
public ApplyDispatchBehavior ( ServiceEndpoint endpoint, System endpointDispatcher ) : void
endpoint System.ServiceModel.Description.ServiceEndpoint End point
endpointDispatcher System End point dispatcher
Результат void

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

Validate
public Validate ( ServiceEndpoint endpoint ) : void
endpoint System.ServiceModel.Description.ServiceEndpoint End point
Результат void