ServiceMetadataEndpoint 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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
엔드포인트 주소입니다.