ListenOptions.IPEndPoint 属性

定义

获取绑定 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

属性值

实现

Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.Internal.IEndPointInformation.IPEndPoint

注解

仅当 ListenOptions 绑定到 时 IPEndPoint设置。

适用于