共用方式為


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

如果 PeerFinder 類別可以使用 TCP/IP 連接到 StreamSocket 物件, 則為 True;否則為 false。

Windows 需求

應用程式功能
ID_CAP_NETWORKING [Windows Phone] proximity ID_CAP_PROXIMITY [Windows Phone]

適用於