Compartir a través de


QuicListenerOptions.ListenEndPoint Propiedad

Definición

Obtiene o establece el punto de conexión en el que se va a escuchar.

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

Valor de propiedad

Comentarios

Esta propiedad es obligatoria y no se establece, se producirán errores de validación al iniciar el agente de escucha.

Se aplica a