VpnPacketBuffer.TransportContext プロパティ

定義

トランスポート コンテキスト オブジェクト (ホストまたはサーバーの名前など) を取得または設定します。

public:
 property Platform::Object ^ TransportContext { Platform::Object ^ get(); void set(Platform::Object ^ value); };
IInspectable TransportContext();

void TransportContext(IInspectable value);
public object TransportContext { get; set; }
var object = vpnPacketBuffer.transportContext;
vpnPacketBuffer.transportContext = object;
Public Property TransportContext As Object

プロパティ値

Object

Platform::Object

IInspectable

トランスポート コンテキスト オブジェクト (ホストまたはサーバーの名前など)。

Windows の要件

デバイス ファミリ
Windows 10, version 1803 (10.0.17134.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v6.0 で導入)
アプリの機能
networkingVpnProvider

適用対象