Condividi tramite


PeerFinder.AllowInfrastructure Proprietà

Definizione

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]

Si applica a