C# 클래스 Castle.Facilities.WcfIntegration.Tests.Behaviors.CallCountEndpointBehavior

상속: IEndpointBehavior
파일 보기 프로젝트 열기: castleproject/Windsor

공개 프로퍼티들

프로퍼티 타입 설명
CallCount int

공개 메소드들

메소드 설명
AddBindingParameters ( ServiceEndpoint endpoint, System bindingParameters ) : void
ApplyClientBehavior ( ServiceEndpoint endpoint, System clientRuntime ) : void
ApplyDispatchBehavior ( ServiceEndpoint endpoint, System endpointDispatcher ) : void
CallCountEndpointBehavior ( ) : System.ServiceModel.Description
Validate ( ServiceEndpoint endpoint ) : void

메소드 상세

AddBindingParameters() 공개 메소드

public AddBindingParameters ( ServiceEndpoint endpoint, System bindingParameters ) : void
endpoint System.ServiceModel.Description.ServiceEndpoint
bindingParameters System
리턴 void

ApplyClientBehavior() 공개 메소드

public ApplyClientBehavior ( ServiceEndpoint endpoint, System clientRuntime ) : void
endpoint System.ServiceModel.Description.ServiceEndpoint
clientRuntime System
리턴 void

ApplyDispatchBehavior() 공개 메소드

public ApplyDispatchBehavior ( ServiceEndpoint endpoint, System endpointDispatcher ) : void
endpoint System.ServiceModel.Description.ServiceEndpoint
endpointDispatcher System
리턴 void

CallCountEndpointBehavior() 공개 메소드

public CallCountEndpointBehavior ( ) : System.ServiceModel.Description
리턴 System.ServiceModel.Description

Validate() 공개 메소드

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

프로퍼티 상세

CallCount 공개적으로 정적으로 프로퍼티

public static int CallCount
리턴 int