Udostępnij za pośrednictwem


ServiceMetadataEndpoint Konstruktory

Definicja

Tworzy i Inicjuje nowe wystąpienie ServiceMetadataEndpoint klasy.

Przeciążenia

ServiceMetadataEndpoint()

Tworzy i Inicjuje nowe wystąpienie ServiceMetadataEndpoint klasy.

ServiceMetadataEndpoint(EndpointAddress)

Tworzy i Inicjuje nowe wystąpienie ServiceMetadataEndpoint klasy przy użyciu określonego adresu punktu końcowego.

ServiceMetadataEndpoint(Binding, EndpointAddress)

Tworzy i Inicjuje nowe wystąpienie ServiceMetadataEndpoint klasy przy użyciu określonego powiązania i adresu punktu końcowego.

ServiceMetadataEndpoint()

Tworzy i Inicjuje nowe wystąpienie ServiceMetadataEndpoint klasy.

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

Dotyczy

ServiceMetadataEndpoint(EndpointAddress)

Tworzy i Inicjuje nowe wystąpienie ServiceMetadataEndpoint klasy przy użyciu określonego adresu punktu końcowego.

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

Adres punktu końcowego.

Dotyczy

ServiceMetadataEndpoint(Binding, EndpointAddress)

Tworzy i Inicjuje nowe wystąpienie ServiceMetadataEndpoint klasy przy użyciu określonego powiązania i adresu punktu końcowego.

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

Powiązanie, które ma być używane dla punktu końcowego metadanych usługi.

address
EndpointAddress

Adres punktu końcowego.

Dotyczy