3 references to Connection
System.Net.Quic (3)
System\Net\Quic\Internal\MsQuicSafeHandle.cs (1)
52
SafeHandleType.
Connection
=> MsQuicApi.Api.ApiTable->ConnectionClose,
System\Net\Quic\QuicConnection.cs (2)
328
_handle = new MsQuicContextSafeHandle(handle, context, SafeHandleType.
Connection
);
355
_handle = new MsQuicContextSafeHandle(handle, context, SafeHandleType.
Connection
);