共用方式為


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

屬性值

備註

這個屬性是必要屬性,而且不會設定它會導致在啟動接聽程式時發生驗證錯誤。

適用於