Udostępnij za pośrednictwem


ChannelEndpointElement Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy ChannelEndpointElement.

Przeciążenia

ChannelEndpointElement()

Inicjuje nowe wystąpienie klasy ChannelEndpointElement.

ChannelEndpointElement(EndpointAddress, String)

Inicjuje nowe wystąpienie klasy ChannelEndpointElement z określonym adresem punktu końcowego i typem kontraktu.

ChannelEndpointElement()

Inicjuje nowe wystąpienie klasy ChannelEndpointElement.

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

Dotyczy

ChannelEndpointElement(EndpointAddress, String)

Inicjuje nowe wystąpienie klasy ChannelEndpointElement z określonym adresem punktu końcowego i typem kontraktu.

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

Parametry

address
EndpointAddress

Określa adres punktu końcowego. Wartość domyślna to pusty ciąg. Adres musi być bezwzględnym adresem URI.

contractType
String

Ciąg, który wskazuje kontrakt ujawniany przez ten punkt końcowy. Zestaw musi implementować typ kontraktu.

Dotyczy