次の方法で共有


PeerFinder.AllowInfrastructure プロパティ

定義

PeerFinder クラスが TCP/IP を使用して StreamSocket オブジェクトに接続できるかどうかを指定します。

public:
 static property bool AllowInfrastructure { bool get(); void set(bool value); };
static bool AllowInfrastructure();

static void AllowInfrastructure(bool value);
public static bool AllowInfrastructure { get; set; }
var boolean = PeerFinder.allowInfrastructure;
PeerFinder.allowInfrastructure = boolean;
Public Shared Property AllowInfrastructure As Boolean

プロパティ値

Boolean

bool

True を指定すると、 PeerFinder クラスが TCP/IP を使用して StreamSocket オブジェクトに接続できます。それ以外の場合は false。

Windows の要件

アプリの機能
ID_CAP_NETWORKING [Windows Phone] proximity ID_CAP_PROXIMITY [Windows Phone]

適用対象