C# 클래스 SigningBehavior, code

상속: IEndpointBehavior
파일 보기 프로젝트 열기: shendongnian/code

공개 메소드들

메소드 설명
AddBindingParameters ( ServiceEndpoint endpoint, BindingParameterCollection bindingParameters ) : void
ApplyClientBehavior ( ServiceEndpoint endpoint, ClientRuntime, clientRuntime ) : void
ApplyDispatchBehavior ( ServiceEndpoint endpoint, EndpointDispatcher endpointDispatcher ) : void
Validate ( ServiceEndpoint endpoint ) : void

메소드 상세

AddBindingParameters() 공개 메소드

public AddBindingParameters ( ServiceEndpoint endpoint, BindingParameterCollection bindingParameters ) : void
endpoint ServiceEndpoint
bindingParameters BindingParameterCollection
리턴 void

ApplyClientBehavior() 공개 메소드

public ApplyClientBehavior ( ServiceEndpoint endpoint, ClientRuntime, clientRuntime ) : void
endpoint ServiceEndpoint
clientRuntime ClientRuntime,
리턴 void

ApplyDispatchBehavior() 공개 메소드

public ApplyDispatchBehavior ( ServiceEndpoint endpoint, EndpointDispatcher endpointDispatcher ) : void
endpoint ServiceEndpoint
endpointDispatcher EndpointDispatcher
리턴 void

Validate() 공개 메소드

public Validate ( ServiceEndpoint endpoint ) : void
endpoint ServiceEndpoint
리턴 void