次の方法で共有


QuicClientConnectionOptions.RemoteEndPoint プロパティ

定義

接続するリモート エンドポイントを取得または設定します。 接続する前に DnsEndPointIP に解決される 、 または を指定 IPEndPointできます。

public:
 property System::Net::EndPoint ^ RemoteEndPoint { System::Net::EndPoint ^ get(); void set(System::Net::EndPoint ^ value); };
public System.Net.EndPoint RemoteEndPoint { get; set; }
member this.RemoteEndPoint : System.Net.EndPoint with get, set
Public Property RemoteEndPoint As EndPoint

プロパティ値

注釈

このプロパティは必須であり、設定しないと、接続を確立するときに検証エラーが発生します。

適用対象