Share via


ServiceEndpointElement Konstruktory

Definice

Inicializuje novou instanci ServiceEndpointElement třídy .

Přetížení

ServiceEndpointElement()

Inicializuje novou instanci ServiceEndpointElement třídy .

ServiceEndpointElement(Uri, String)

Inicializuje novou instanci ServiceEndpointElement třídy se zadanou adresou koncového bodu a typem kontraktu.

ServiceEndpointElement()

Inicializuje novou instanci ServiceEndpointElement třídy .

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

Platí pro

ServiceEndpointElement(Uri, String)

Inicializuje novou instanci ServiceEndpointElement třídy se zadanou adresou koncového bodu a typem kontraktu.

public:
 ServiceEndpointElement(Uri ^ address, System::String ^ contractType);
public ServiceEndpointElement (Uri address, string contractType);
new System.ServiceModel.Configuration.ServiceEndpointElement : Uri * string -> System.ServiceModel.Configuration.ServiceEndpointElement
Public Sub New (address As Uri, contractType As String)

Parametry

address
Uri

Identifikátor URI, který obsahuje adresu koncového bodu.

contractType
String

Kontrakt, který tento koncový bod vystavuje.

Platí pro