C# 클래스 System.ServiceModel.Configuration.EndpointCollectionElement

상속: System.Configuration.ConfigurationElement, IConfigurationContextProviderInternal
파일 보기 프로젝트 열기: kumpera/mono 1 사용 예제들

공개 메소드들

메소드 설명
ContainsKey ( string name ) : bool

보호된 메소드들

메소드 설명
GetDefaultStandardEndpointElement ( ) : System.ServiceModel.Configuration.StandardEndpointElement
TryAdd ( string name, ServiceEndpoint endpoint, Configuration config ) : bool

메소드 상세

ContainsKey() 공개 추상적인 메소드

public abstract ContainsKey ( string name ) : bool
name string
리턴 bool

GetDefaultStandardEndpointElement() 보호된 추상적인 메소드

protected abstract GetDefaultStandardEndpointElement ( ) : System.ServiceModel.Configuration.StandardEndpointElement
리턴 System.ServiceModel.Configuration.StandardEndpointElement

TryAdd() 보호된 추상적인 메소드

protected abstract TryAdd ( string name, ServiceEndpoint endpoint, Configuration config ) : bool
name string
endpoint ServiceEndpoint
config System.Configuration.Configuration
리턴 bool