Sdílet prostřednictvím


ServiceMetadataEndpoint Konstruktory

Definice

Vytvoří a inicializuje novou instanci ServiceMetadataEndpoint třídy .

Přetížení

ServiceMetadataEndpoint()

Vytvoří a inicializuje novou instanci ServiceMetadataEndpoint třídy .

ServiceMetadataEndpoint(EndpointAddress)

Vytvoří a inicializuje novou instanci ServiceMetadataEndpoint třídy pomocí zadané adresy koncového bodu.

ServiceMetadataEndpoint(Binding, EndpointAddress)

Vytvoří a inicializuje novou instanci ServiceMetadataEndpoint třídy pomocí zadané vazby a adresy koncového bodu.

ServiceMetadataEndpoint()

Vytvoří a inicializuje novou instanci ServiceMetadataEndpoint třídy .

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

Platí pro

ServiceMetadataEndpoint(EndpointAddress)

Vytvoří a inicializuje novou instanci ServiceMetadataEndpoint třídy pomocí zadané adresy koncového bodu.

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)

Parametry

address
EndpointAddress

Adresa koncového bodu.

Platí pro

ServiceMetadataEndpoint(Binding, EndpointAddress)

Vytvoří a inicializuje novou instanci ServiceMetadataEndpoint třídy pomocí zadané vazby a adresy koncového bodu.

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)

Parametry

binding
Binding

Vazba, která se má použít pro koncový bod metadat služby.

address
EndpointAddress

Adresa koncového bodu.

Platí pro