2 writes to _handle
System.Net.Quic (2)
System\Net\Quic\QuicConnection.cs (2)
328_handle = new MsQuicContextSafeHandle(handle, context, SafeHandleType.Connection); 355_handle = new MsQuicContextSafeHandle(handle, context, SafeHandleType.Connection);
18 references to _handle
System.Net.Quic (18)
System\Net\Quic\QuicConnection.cs (17)
311public override string ToString() => _handle.ToString(); 342_tlsSecret = MsQuicTlsSecret.Create(_handle); 358_handle, 371_tlsSecret = MsQuicTlsSecret.Create(_handle); 406MsQuicHelpers.SetMsQuicParameter(_handle, QUIC_PARAM_CONN_REMOTE_ADDRESS, remoteQuicAddress); 411MsQuicHelpers.SetMsQuicParameter(_handle, QUIC_PARAM_CONN_LOCAL_ADDRESS, localQuicAddress); 434_handle, 479_handle, 530stream = new QuicStream(_handle, type, _defaultStreamErrorCode); 619_handle, 632QUIC_HANDSHAKE_INFO info = MsQuicHelpers.GetMsQuicParameter<QUIC_HANDSHAKE_INFO>(_handle, QUIC_PARAM_TLS_HANDSHAKE_INFO); 641QuicAddr remoteAddress = MsQuicHelpers.GetMsQuicParameter<QuicAddr>(_handle, QUIC_PARAM_CONN_REMOTE_ADDRESS); 644QuicAddr localAddress = MsQuicHelpers.GetMsQuicParameter<QuicAddr>(_handle, QUIC_PARAM_CONN_LOCAL_ADDRESS); 697QuicStream stream = new QuicStream(_handle, data.Stream, data.Flags, _defaultStreamErrorCode); 831_handle, 841_handle, 851_handle.Dispose();
System\Net\Quic\QuicConnection.SslConnectionOptions.cs (1)
160_connection._handle,