다음을 통해 공유


ServiceMetadataEndpoint 생성자

정의

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

오버로드

ServiceMetadataEndpoint()

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

ServiceMetadataEndpoint(EndpointAddress)

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

ServiceMetadataEndpoint(Binding, EndpointAddress)

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

ServiceMetadataEndpoint()

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

public:
 ServiceMetadataEndpoint();
public ServiceMetadataEndpoint ();
Public Sub New ()

적용 대상

ServiceMetadataEndpoint(EndpointAddress)

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

public:
 ServiceMetadataEndpoint(System::ServiceModel::EndpointAddress ^ address);
public ServiceMetadataEndpoint (System.ServiceModel.EndpointAddress address);
new System.ServiceModel.Description.ServiceMetadataEndpoint : System.ServiceModel.EndpointAddress -> System.ServiceModel.Description.ServiceMetadataEndpoint
Public Sub New (address As EndpointAddress)

매개 변수

address
EndpointAddress

엔드포인트 주소입니다.

적용 대상

ServiceMetadataEndpoint(Binding, EndpointAddress)

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

public:
 ServiceMetadataEndpoint(System::ServiceModel::Channels::Binding ^ binding, System::ServiceModel::EndpointAddress ^ address);
public ServiceMetadataEndpoint (System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress address);
new System.ServiceModel.Description.ServiceMetadataEndpoint : System.ServiceModel.Channels.Binding * System.ServiceModel.EndpointAddress -> System.ServiceModel.Description.ServiceMetadataEndpoint
Public Sub New (binding As Binding, address As EndpointAddress)

매개 변수

binding
Binding

서비스 메타데이터 엔드포인트에 사용할 바인딩입니다.

address
EndpointAddress

엔드포인트 주소입니다.

적용 대상