ListenOptions.IPEndPoint Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
al IPEndPoint que se va a enlazar. Solo se establece si ListenOptionsType es IPEndPoint.
public:
property System::Net::IPEndPoint ^ IPEndPoint { System::Net::IPEndPoint ^ get(); void set(System::Net::IPEndPoint ^ value); };
public:
property System::Net::IPEndPoint ^ IPEndPoint { System::Net::IPEndPoint ^ get(); };
public System.Net.IPEndPoint IPEndPoint { get; set; }
public System.Net.IPEndPoint IPEndPoint { get; }
public System.Net.IPEndPoint? IPEndPoint { get; }
member this.IPEndPoint : System.Net.IPEndPoint with get, set
member this.IPEndPoint : System.Net.IPEndPoint
Public Property IPEndPoint As IPEndPoint
Public ReadOnly Property IPEndPoint As IPEndPoint
Valor de propiedad
Implementaciones
Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.Internal.IEndPointInformation.IPEndPoint