다음을 통해 공유


Connectivity.ConnectionProfiles 속성

정의

디바이스에 대한 활성 연결 유형을 가져옵니다.

public static System.Collections.Generic.IEnumerable<Xamarin.Essentials.ConnectionProfile> ConnectionProfiles { get; }

속성 값

System.Collections.Generic.IEnumerable<ConnectionProfile>

모든 연결 프로필 목록입니다.

설명

매니페스트에서 ACCESS_NETWORK_STATE 설정되지 않은 경우 Android에서 PermissionException을 throw할 수 있습니다.

적용 대상