C# Class TransactionalNodeService.Proxy.Universal.HeaderHandler.ForceWindowsAuthHeaderBehaviour

Inheritance: IEndpointBehavior
显示文件 Open project: chris-tomich/Glyma Class Usage Examples

Public Methods

Method Description
AddBindingParameters ( ServiceEndpoint serviceEndpoint, System.ServiceModel.Channels.BindingParameterCollection bindingParameters ) : void
ApplyClientBehavior ( ServiceEndpoint serviceEndpoint, ClientRuntime behavior ) : void
ApplyDispatchBehavior ( ServiceEndpoint serviceEndpoint, EndpointDispatcher endpointDispatcher ) : void
Validate ( ServiceEndpoint serviceEndpoint ) : void

Method Details

AddBindingParameters() public method

public AddBindingParameters ( ServiceEndpoint serviceEndpoint, System.ServiceModel.Channels.BindingParameterCollection bindingParameters ) : void
serviceEndpoint System.ServiceModel.Description.ServiceEndpoint
bindingParameters System.ServiceModel.Channels.BindingParameterCollection
return void

ApplyClientBehavior() public method

public ApplyClientBehavior ( ServiceEndpoint serviceEndpoint, ClientRuntime behavior ) : void
serviceEndpoint System.ServiceModel.Description.ServiceEndpoint
behavior System.ServiceModel.Dispatcher.ClientRuntime
return void

ApplyDispatchBehavior() public method

public ApplyDispatchBehavior ( ServiceEndpoint serviceEndpoint, EndpointDispatcher endpointDispatcher ) : void
serviceEndpoint System.ServiceModel.Description.ServiceEndpoint
endpointDispatcher System.ServiceModel.Dispatcher.EndpointDispatcher
return void

Validate() public method

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