Freigeben über


PeerFinder.AllowInfrastructure Eigenschaft

Definition

Gibt an, ob die PeerFinder-Klasse mithilfe von TCP/IP eine Verbindung mit einem StreamSocket-Objekt herstellen kann.

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

Eigenschaftswert

Boolean

bool

True, wenn die PeerFinder-Klasse über TCP/IP eine Verbindung mit einem StreamSocket-Objekt herstellen kann; andernfalls false.

Windows-Anforderungen

App-Funktionen
ID_CAP_NETWORKING [Windows Phone] proximity ID_CAP_PROXIMITY [Windows Phone]

Gilt für: