Compartilhar via


PeerFinder.AllowInfrastructure Propriedade

Definição

Especifica se a classe PeerFinder pode se conectar a um objeto StreamSocket usando 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

Valor da propriedade

Boolean

bool

True se a classe PeerFinder puder se conectar a um objeto StreamSocket usando TCP/IP; caso contrário, false.

Requisitos do Windows

Funcionalidades do aplicativo
ID_CAP_NETWORKING [Windows Phone] proximity ID_CAP_PROXIMITY [Windows Phone]

Aplica-se a