C# 클래스 Castle.Facilities.WcfIntegration.WcfEndpointDiscoveryMetadata

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

공개 메소드들

메소드 설명
IEndpointBehavior ( ServiceEndpoint endpoint ) : void
IEndpointBehavior ( ServiceEndpoint endpoint, System.ServiceModel.Channels.BindingParameterCollection bindingParameters ) : void
IEndpointBehavior ( ServiceEndpoint endpoint, ClientRuntime clientRuntime ) : void
IEndpointBehavior ( ServiceEndpoint endpoint, EndpointDispatcher endpointDispatcher ) : void
WcfEndpointDiscoveryMetadata ( ) : System

메소드 상세

IEndpointBehavior() 공개 메소드

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

IEndpointBehavior() 공개 메소드

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

IEndpointBehavior() 공개 메소드

public IEndpointBehavior ( ServiceEndpoint endpoint, ClientRuntime clientRuntime ) : void
endpoint System.ServiceModel.Description.ServiceEndpoint
clientRuntime System.ServiceModel.Dispatcher.ClientRuntime
리턴 void

IEndpointBehavior() 공개 메소드

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

WcfEndpointDiscoveryMetadata() 공개 메소드

public WcfEndpointDiscoveryMetadata ( ) : System
리턴 System