Compartir a través de


Send.Endpoint Propiedad

Definición

Obtiene o establece el punto de conexión al que se van a enviar los mensajes.

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

Valor de propiedad

Endpoint

punto de conexión.

Comentarios

Si esta propiedad se establece, la propiedad EndpointConfigurationName debería tener un valor null.

Se aplica a