C# 클래스 Nettiers.AdventureWorks.Contracts.SecurityEndpointBehavior

Security Endpoint Behavior class
상속: IEndpointBehavior
파일 보기 프로젝트 열기: netTiers/netTiers

공개 메소드들

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