PeerFinder.AllowInfrastructure プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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]
|