ListenOptions.IPEndPoint Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The IPEndPoint to bind to. Only set if the ListenOptionsType is 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
Property Value
Implements
Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.Internal.IEndPointInformation.IPEndPoint