2 writes to _handle
System.Net.Quic (2)
System\Net\Quic\QuicConnection.cs (2)
252_handle = new MsQuicContextSafeHandle(handle, context, SafeHandleType.Connection); 278_handle = new MsQuicContextSafeHandle(handle, context, SafeHandleType.Connection);
17 references to _handle
System.Net.Quic (17)
System\Net\Quic\QuicConnection.cs (16)
235public override string ToString() => _handle.ToString(); 265_tlsSecret = MsQuicTlsSecret.Create(_handle); 281_handle, 293_tlsSecret = MsQuicTlsSecret.Create(_handle); 327MsQuicHelpers.SetMsQuicParameter(_handle, QUIC_PARAM_CONN_REMOTE_ADDRESS, remoteQuicAddress); 332MsQuicHelpers.SetMsQuicParameter(_handle, QUIC_PARAM_CONN_LOCAL_ADDRESS, localQuicAddress); 355_handle, 399_handle, 423stream = new QuicStream(_handle, type, _defaultStreamErrorCode); 516_handle, 529QuicAddr remoteAddress = MsQuicHelpers.GetMsQuicParameter<QuicAddr>(_handle, QUIC_PARAM_CONN_REMOTE_ADDRESS); 532QuicAddr localAddress = MsQuicHelpers.GetMsQuicParameter<QuicAddr>(_handle, QUIC_PARAM_CONN_LOCAL_ADDRESS); 585QuicStream stream = new QuicStream(_handle, data.Stream, data.Flags, _defaultStreamErrorCode); 701_handle, 711_handle, 720_handle.Dispose();
System\Net\Quic\QuicConnection.SslConnectionOptions.cs (1)
160_connection._handle,