다음을 통해 공유


ConnectionSession 클래스

정의

ConnectionSession 클래스는 AcquireConnectionAsync로 설정된 액세스 지점에 대한 연결을 나타내는 데 사용됩니다.

public ref class ConnectionSession sealed : IClosable
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class ConnectionSession final : IClosable
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class ConnectionSession : System.IDisposable
Public NotInheritable Class ConnectionSession
Implements IDisposable
상속
Object Platform::Object IInspectable ConnectionSession
특성
구현

Windows 요구 사항

디바이스 패밀리
Windows 10 (10.0.10240.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v1.0에서 도입되었습니다.)

속성

ConnectionProfile

연결 세션과 연결된 ConnectionProfile 을 검색합니다.

메서드

Close()

액세스 지점에 대한 연결을 닫습니다.

Dispose()

관리되지 않는 리소스의 확보, 해제 또는 다시 설정과 관련된 애플리케이션 정의 작업을 수행합니다.

적용 대상

추가 정보