PeerFinder.AllowInfrastructure Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Specifica se la classe PeerFinder può connettersi a un oggetto StreamSocket tramite 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
Valore della proprietà
Boolean
bool
True se la classe PeerFinder può connettersi a un oggetto StreamSocket tramite TCP/IP; in caso contrario false.
Requisiti Windows
Funzionalità dell'app |
ID_CAP_NETWORKING [Windows Phone]
proximity
ID_CAP_PROXIMITY [Windows Phone]
|