다음을 통해 공유


PeerFinder.AllowInfrastructure 속성

정의

PeerFinder 클래스가 TCP/IP를 사용하여 StreamSocket 개체에 연결할 수 있는지 여부를 지정합니다.

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

속성 값

Boolean

bool

True이면 PeerFinder 클래스가 TCP/IP를 사용하여 StreamSocket 개체에 연결할 수 있습니다. 그렇지 않으면 false입니다.

Windows 요구 사항

앱 기능
ID_CAP_NETWORKING [Windows Phone] proximity ID_CAP_PROXIMITY [Windows Phone]

적용 대상