ChannelFactory.InitializeEndpoint Metoda

Definice

Inicializuje koncový bod služby objektu pro vytváření kanálů.

Přetížení

InitializeEndpoint(Binding, EndpointAddress)

Inicializuje koncový bod služby objektu pro vytváření kanálů se zadanou vazbou a adresou.

InitializeEndpoint(String, EndpointAddress)

Inicializuje koncový bod služby objektu pro vytváření kanálů se zadanou adresou a konfigurací.

InitializeEndpoint(ServiceEndpoint)

Inicializuje koncový bod služby objektu pro vytváření kanálů se zadaným koncovým bodem.

InitializeEndpoint(EndpointAddress)

Poznámky

K inicializaci koncového bodu musíte mít adresu, ale místo úplného koncového bodu můžete mít jenom vazbu nebo konfiguraci.

InitializeEndpoint(Binding, EndpointAddress)

Zdroj:
ChannelFactory.cs
Zdroj:
ChannelFactory.cs
Zdroj:
ChannelFactory.cs

Inicializuje koncový bod služby objektu pro vytváření kanálů se zadanou vazbou a adresou.

protected:
 void InitializeEndpoint(System::ServiceModel::Channels::Binding ^ binding, System::ServiceModel::EndpointAddress ^ address);
protected void InitializeEndpoint (System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress address);
member this.InitializeEndpoint : System.ServiceModel.Channels.Binding * System.ServiceModel.EndpointAddress -> unit
Protected Sub InitializeEndpoint (binding As Binding, address As EndpointAddress)

Parametry

binding
Binding

Pomocí Binding kterého chcete inicializovat objekt pro vytváření kanálů.

address
EndpointAddress

Pomocí EndpointAddress kterého chcete inicializovat objekt pro vytváření kanálů.

Poznámky

Pokud máte konfiguraci, použijte InitializeEndpoint(String, EndpointAddress) ji.

Platí pro

InitializeEndpoint(String, EndpointAddress)

Zdroj:
ChannelFactory.cs
Zdroj:
ChannelFactory.cs

Inicializuje koncový bod služby objektu pro vytváření kanálů se zadanou adresou a konfigurací.

protected:
 void InitializeEndpoint(System::String ^ configurationName, System::ServiceModel::EndpointAddress ^ address);
protected void InitializeEndpoint (string configurationName, System.ServiceModel.EndpointAddress address);
member this.InitializeEndpoint : string * System.ServiceModel.EndpointAddress -> unit
Protected Sub InitializeEndpoint (configurationName As String, address As EndpointAddress)

Parametry

configurationName
String

Název konfiguračního souboru použitého k inicializaci objektu pro vytváření kanálů.

address
EndpointAddress

Pomocí EndpointAddress kterého chcete inicializovat objekt pro vytváření kanálů.

Poznámky

Použijte InitializeEndpoint(Binding, EndpointAddress) , pokud máte jenom vazbu.

Platí pro

InitializeEndpoint(ServiceEndpoint)

Zdroj:
ChannelFactory.cs
Zdroj:
ChannelFactory.cs
Zdroj:
ChannelFactory.cs

Inicializuje koncový bod služby objektu pro vytváření kanálů se zadaným koncovým bodem.

protected:
 void InitializeEndpoint(System::ServiceModel::Description::ServiceEndpoint ^ endpoint);
protected void InitializeEndpoint (System.ServiceModel.Description.ServiceEndpoint endpoint);
member this.InitializeEndpoint : System.ServiceModel.Description.ServiceEndpoint -> unit
Protected Sub InitializeEndpoint (endpoint As ServiceEndpoint)

Parametry

endpoint
ServiceEndpoint

Objekt ServiceEndpoint pro inicializaci kanálu pomocí.

Výjimky

endpoint je null.

Poznámky

Použijte InitializeEndpoint(Binding, EndpointAddress) , pokud máte jenom vazbu. Pokud máte konfiguraci, použijte InitializeEndpoint(String, EndpointAddress) ji.

Platí pro

InitializeEndpoint(EndpointAddress)

Zdroj:
ChannelFactory.cs
protected:
 void InitializeEndpoint(System::ServiceModel::EndpointAddress ^ address);
protected void InitializeEndpoint (System.ServiceModel.EndpointAddress address);
member this.InitializeEndpoint : System.ServiceModel.EndpointAddress -> unit
Protected Sub InitializeEndpoint (address As EndpointAddress)

Parametry

address
EndpointAddress

Platí pro