PeerFinder.AllowInfrastructure Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Spécifie si la classe PeerFinder peut se connecter à un objet StreamSocket à l’aide de TCP/IP.
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
Valeur de propriété
Boolean
bool
True si la classe PeerFinder peut se connecter à un objet StreamSocket à l’aide de TCP/IP ; sinon, false.
Configuration requise pour Windows
Fonctionnalités de l’application |
ID_CAP_NETWORKING [Windows Phone]
proximity
ID_CAP_PROXIMITY [Windows Phone]
|