2 writes to _handle
System.Net.Quic (2)
System\Net\Quic\QuicConnection.cs (2)
329_handle = new MsQuicContextSafeHandle(handle, context, SafeHandleType.Connection); 356_handle = new MsQuicContextSafeHandle(handle, context, SafeHandleType.Connection);
18 references to _handle
System.Net.Quic (18)
System\Net\Quic\QuicConnection.cs (17)
312public override string ToString() => _handle.ToString(); 343_tlsSecret = MsQuicTlsSecret.Create(_handle); 359_handle, 372_tlsSecret = MsQuicTlsSecret.Create(_handle); 407MsQuicHelpers.SetMsQuicParameter(_handle, QUIC_PARAM_CONN_REMOTE_ADDRESS, remoteQuicAddress); 412MsQuicHelpers.SetMsQuicParameter(_handle, QUIC_PARAM_CONN_LOCAL_ADDRESS, localQuicAddress); 435_handle, 478_handle, 528stream = new QuicStream(_handle, type, _defaultStreamErrorCode); 615_handle, 627QUIC_HANDSHAKE_INFO info = MsQuicHelpers.GetMsQuicParameter<QUIC_HANDSHAKE_INFO>(_handle, QUIC_PARAM_TLS_HANDSHAKE_INFO); 636QuicAddr remoteAddress = MsQuicHelpers.GetMsQuicParameter<QuicAddr>(_handle, QUIC_PARAM_CONN_REMOTE_ADDRESS); 639QuicAddr localAddress = MsQuicHelpers.GetMsQuicParameter<QuicAddr>(_handle, QUIC_PARAM_CONN_LOCAL_ADDRESS); 704QuicStream stream = new QuicStream(_handle, data.Stream, data.Flags, _defaultStreamErrorCode); 836_handle, 843_handle, 852_handle.Dispose();
System\Net\Quic\QuicConnection.SslConnectionOptions.cs (1)
160_connection._handle,