C# Class Nettiers.AdventureWorks.Contracts.SecurityEndpointBehavior

Security Endpoint Behavior class
Inheritance: IEndpointBehavior
Show file Open project: netTiers/netTiers

Public Methods

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

Method Details

AddBindingParameters() public method

Add Binding Parameters
public AddBindingParameters ( ServiceEndpoint endpoint, System bindingParameters ) : void
endpoint System.ServiceModel.Description.ServiceEndpoint End point
bindingParameters System Binding parameters
return void

ApplyClientBehavior() public method

Apply Client Behavior
public ApplyClientBehavior ( ServiceEndpoint endpoint, System clientRuntime ) : void
endpoint System.ServiceModel.Description.ServiceEndpoint End point
clientRuntime System Client runtime
return void

ApplyDispatchBehavior() public method

Apply Dispatch Behavior
public ApplyDispatchBehavior ( ServiceEndpoint endpoint, System endpointDispatcher ) : void
endpoint System.ServiceModel.Description.ServiceEndpoint End point
endpointDispatcher System End point dispatcher
return void

Validate() public method

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