PeerFinder.AllowInfrastructure Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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]
|