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()

执行与释放或重置非托管资源关联的应用程序定义的任务。

适用于

另请参阅