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

備註

只有在 系結至 IPEndPointListenOptions 才會設定 。

適用於