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
如果 PeerFinder 類別可以使用 TCP/IP 連接到 StreamSocket 物件, 則為 True;否則為 false。
Windows 需求
應用程式功能 |
ID_CAP_NETWORKING [Windows Phone]
proximity
ID_CAP_PROXIMITY [Windows Phone]
|