Share via


ServiceConfiguration.AddServiceEndpoint Metoda

Definice

Přidá koncový bod služby do konfigurace služby.

Přetížení

AddServiceEndpoint(ServiceEndpoint)

Přidá zadaný koncový bod služby do konfigurační služby.

AddServiceEndpoint(Type, Binding, String)

Přidá koncový bod služby do konfigurační služby se zadaným kontraktem, vazbou a adresou koncového bodu.

AddServiceEndpoint(Type, Binding, Uri)

Přidá koncový bod služby do konfigurační služby se zadaným kontraktem, vazbou a identifikátorem URI, které obsahují adresu koncového bodu.

AddServiceEndpoint(Type, Binding, String, Uri)

Přidá do konfigurační služby koncový bod služby se zadaným kontraktem, vazbou, adresou koncového bodu a identifikátorem URI, který obsahuje adresu, na které naslouchá.

AddServiceEndpoint(Type, Binding, Uri, Uri)

Přidá koncový bod služby do konfigurační služby se zadaným kontraktem, vazbou a identifikátory URI, které obsahují koncový bod a adresy naslouchání.

AddServiceEndpoint(ServiceEndpoint)

Přidá zadaný koncový bod služby do konfigurační služby.

public:
 void AddServiceEndpoint(System::ServiceModel::Description::ServiceEndpoint ^ endpoint);
public void AddServiceEndpoint (System.ServiceModel.Description.ServiceEndpoint endpoint);
member this.AddServiceEndpoint : System.ServiceModel.Description.ServiceEndpoint -> unit
Public Sub AddServiceEndpoint (endpoint As ServiceEndpoint)

Parametry

endpoint
ServiceEndpoint

Koncový bod služby.

Platí pro

AddServiceEndpoint(Type, Binding, String)

Přidá koncový bod služby do konfigurační služby se zadaným kontraktem, vazbou a adresou koncového bodu.

public:
 System::ServiceModel::Description::ServiceEndpoint ^ AddServiceEndpoint(Type ^ contractType, System::ServiceModel::Channels::Binding ^ binding, System::String ^ address);
public System.ServiceModel.Description.ServiceEndpoint AddServiceEndpoint (Type contractType, System.ServiceModel.Channels.Binding binding, string address);
member this.AddServiceEndpoint : Type * System.ServiceModel.Channels.Binding * string -> System.ServiceModel.Description.ServiceEndpoint
Public Function AddServiceEndpoint (contractType As Type, binding As Binding, address As String) As ServiceEndpoint

Parametry

contractType
Type

Typ kontraktu pro přidaný koncový bod

binding
Binding

Přidala se vazba pro koncový bod.

address
String

Adresa přidaného koncového bodu

Návraty

Koncový bod služby přidaný do konfigurační služby.

Platí pro

AddServiceEndpoint(Type, Binding, Uri)

Přidá koncový bod služby do konfigurační služby se zadaným kontraktem, vazbou a identifikátorem URI, které obsahují adresu koncového bodu.

public:
 System::ServiceModel::Description::ServiceEndpoint ^ AddServiceEndpoint(Type ^ contractType, System::ServiceModel::Channels::Binding ^ binding, Uri ^ address);
public System.ServiceModel.Description.ServiceEndpoint AddServiceEndpoint (Type contractType, System.ServiceModel.Channels.Binding binding, Uri address);
member this.AddServiceEndpoint : Type * System.ServiceModel.Channels.Binding * Uri -> System.ServiceModel.Description.ServiceEndpoint
Public Function AddServiceEndpoint (contractType As Type, binding As Binding, address As Uri) As ServiceEndpoint

Parametry

contractType
Type

Typ kontraktu pro přidaný koncový bod

binding
Binding

Přidala se vazba pro koncový bod.

address
Uri

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

Návraty

Koncový bod služby přidaný do konfigurační služby.

Platí pro

AddServiceEndpoint(Type, Binding, String, Uri)

Přidá do konfigurační služby koncový bod služby se zadaným kontraktem, vazbou, adresou koncového bodu a identifikátorem URI, který obsahuje adresu, na které naslouchá.

public:
 System::ServiceModel::Description::ServiceEndpoint ^ AddServiceEndpoint(Type ^ contractType, System::ServiceModel::Channels::Binding ^ binding, System::String ^ address, Uri ^ listenUri);
public System.ServiceModel.Description.ServiceEndpoint AddServiceEndpoint (Type contractType, System.ServiceModel.Channels.Binding binding, string address, Uri listenUri);
member this.AddServiceEndpoint : Type * System.ServiceModel.Channels.Binding * string * Uri -> System.ServiceModel.Description.ServiceEndpoint
Public Function AddServiceEndpoint (contractType As Type, binding As Binding, address As String, listenUri As Uri) As ServiceEndpoint

Parametry

contractType
Type

Typ kontraktu implementovaného koncovým bodem.

binding
Binding

Přidala se vazba pro koncový bod.

address
String

Adresa přidaného koncového bodu

listenUri
Uri

Identifikátor URI obsahující adresu, které koncový bod naslouchá příchozím zprávám.

Návraty

Koncový bod služby přidaný do konfigurační služby.

Platí pro

AddServiceEndpoint(Type, Binding, Uri, Uri)

Přidá koncový bod služby do konfigurační služby se zadaným kontraktem, vazbou a identifikátory URI, které obsahují koncový bod a adresy naslouchání.

public:
 System::ServiceModel::Description::ServiceEndpoint ^ AddServiceEndpoint(Type ^ contractType, System::ServiceModel::Channels::Binding ^ binding, Uri ^ address, Uri ^ listenUri);
public System.ServiceModel.Description.ServiceEndpoint AddServiceEndpoint (Type contractType, System.ServiceModel.Channels.Binding binding, Uri address, Uri listenUri);
member this.AddServiceEndpoint : Type * System.ServiceModel.Channels.Binding * Uri * Uri -> System.ServiceModel.Description.ServiceEndpoint
Public Function AddServiceEndpoint (contractType As Type, binding As Binding, address As Uri, listenUri As Uri) As ServiceEndpoint

Parametry

contractType
Type

Typ kontraktu implementovaného koncovým bodem.

binding
Binding

Přidala se vazba pro koncový bod.

address
Uri

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

listenUri
Uri

Identifikátor URI obsahující adresu, na které koncový bod naslouchá příchozím zprávám.

Návraty

Koncový bod služby přidaný do konfigurační služby.

Platí pro