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 对象;否则为 false。

Windows 要求

应用功能
ID_CAP_NETWORKING [Windows Phone] proximity ID_CAP_PROXIMITY [Windows Phone]

适用于