ServiceMetadataEndpoint 클래스

정의

고정 계약(IMetadataExchange) 및 메타데이터 노출에 사용되는 기본 HTTP 바인딩이 있는 표준 엔드포인트입니다.

public ref class ServiceMetadataEndpoint : System::ServiceModel::Description::ServiceEndpoint
public class ServiceMetadataEndpoint : System.ServiceModel.Description.ServiceEndpoint
type ServiceMetadataEndpoint = class
    inherit ServiceEndpoint
Public Class ServiceMetadataEndpoint
Inherits ServiceEndpoint
상속
ServiceMetadataEndpoint

생성자

Name Description
ServiceMetadataEndpoint()

클래스의 새 인스턴스를 만들고 초기화합니다 ServiceMetadataEndpoint .

ServiceMetadataEndpoint(Binding, EndpointAddress)

지정된 바인딩 및 엔드포인트 주소를 사용하여 클래스의 ServiceMetadataEndpoint 새 인스턴스를 만들고 초기화합니다.

ServiceMetadataEndpoint(EndpointAddress)

지정된 엔드포인트 주소를 사용하여 클래스의 ServiceMetadataEndpoint 새 인스턴스를 만들고 초기화합니다.

속성

Name Description
Address

서비스 엔드포인트의 엔드포인트 주소를 가져오거나 설정합니다.

(다음에서 상속됨 ServiceEndpoint)
Behaviors

서비스 엔드포인트에 대한 동작을 가져옵니다.

(다음에서 상속됨 ServiceEndpoint)
Binding

서비스 엔드포인트에 대한 바인딩을 가져오거나 설정합니다.

(다음에서 상속됨 ServiceEndpoint)
Contract

서비스 엔드포인트에 대한 계약을 가져옵니다.

(다음에서 상속됨 ServiceEndpoint)
EndpointBehaviors

서비스에 대한 엔드포인트 동작을 가져옵니다.

(다음에서 상속됨 ServiceEndpoint)
IsSystemEndpoint

서비스 엔드포인트가 사용자 정의가 아닌 시스템에서 생성되는지 여부를 가져오거나 설정합니다.

(다음에서 상속됨 ServiceEndpoint)
ListenUri

서비스 엔드포인트가 수신 대기하는 URI를 가져오거나 설정합니다.

(다음에서 상속됨 ServiceEndpoint)
ListenUriMode

서비스가 수신 대기하도록 제공된 URI를 전송에서 처리하는 방법을 가져오거나 설정합니다.

(다음에서 상속됨 ServiceEndpoint)
Name

서비스 엔드포인트의 이름을 가져오거나 설정합니다.

(다음에서 상속됨 ServiceEndpoint)

메서드

Name Description
Equals(Object)

지정된 개체가 현재 개체와 같은지 여부를 확인합니다.

(다음에서 상속됨 Object)
GetHashCode()

기본 해시 함수로 사용됩니다.

(다음에서 상속됨 Object)
GetType()

현재 인스턴스의 Type 가져옵니다.

(다음에서 상속됨 Object)
MemberwiseClone()

현재 Object단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)

적용 대상