Partage via


Send.Endpoint Propriété

Définition

Obtient ou définit le point de terminaison à laquelle envoyer des messages.

public:
 property System::ServiceModel::Endpoint ^ Endpoint { System::ServiceModel::Endpoint ^ get(); void set(System::ServiceModel::Endpoint ^ value); };
public System.ServiceModel.Endpoint Endpoint { get; set; }
member this.Endpoint : System.ServiceModel.Endpoint with get, set
Public Property Endpoint As Endpoint

Valeur de propriété

Point de terminaison.

Remarques

Si cette propriété est définie, la EndpointConfigurationName propriété doit être null.

S’applique à