Udostępnij za pośrednictwem


ServiceEndpointElement Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy ServiceEndpointElement.

Przeciążenia

ServiceEndpointElement()

Inicjuje nowe wystąpienie klasy ServiceEndpointElement.

ServiceEndpointElement(Uri, String)

Inicjuje ServiceEndpointElement nowe wystąpienie klasy o określonym adresie punktu końcowego i typie kontraktu.

ServiceEndpointElement()

Inicjuje nowe wystąpienie klasy ServiceEndpointElement.

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

Dotyczy

ServiceEndpointElement(Uri, String)

Inicjuje ServiceEndpointElement nowe wystąpienie klasy o określonym adresie punktu końcowego i typie 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

Identyfikator URI zawierający adres punktu końcowego.

contractType
String

Kontrakt, który jest ujawniany przez ten punkt końcowy.

Dotyczy