QuicListenerOptions.ListenEndPoint プロパティ

定義

リッスンするエンドポイントを取得または設定します。

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

プロパティ値

注釈

このプロパティは必須であり、設定しないと、リスナーの起動時に検証エラーが発生します。

適用対象