C# 클래스 TransactionalNodeService.Proxy.Universal.HeaderHandler.ForceWindowsAuthHeaderBehaviour

상속: IEndpointBehavior
파일 보기 프로젝트 열기: chris-tomich/Glyma 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

AddBindingParameters() 공개 메소드

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

ApplyClientBehavior() 공개 메소드

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

ApplyDispatchBehavior() 공개 메소드

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

Validate() 공개 메소드

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