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)
311
public override string ToString() =>
_handle
.ToString();
342
_tlsSecret = MsQuicTlsSecret.Create(
_handle
);
358
_handle
,
371
_tlsSecret = MsQuicTlsSecret.Create(
_handle
);
406
MsQuicHelpers.SetMsQuicParameter(
_handle
, QUIC_PARAM_CONN_REMOTE_ADDRESS, remoteQuicAddress);
411
MsQuicHelpers.SetMsQuicParameter(
_handle
, QUIC_PARAM_CONN_LOCAL_ADDRESS, localQuicAddress);
434
_handle
,
479
_handle
,
530
stream = new QuicStream(
_handle
, type, _defaultStreamErrorCode);
619
_handle
,
632
QUIC_HANDSHAKE_INFO info = MsQuicHelpers.GetMsQuicParameter<QUIC_HANDSHAKE_INFO>(
_handle
, QUIC_PARAM_TLS_HANDSHAKE_INFO);
641
QuicAddr remoteAddress = MsQuicHelpers.GetMsQuicParameter<QuicAddr>(
_handle
, QUIC_PARAM_CONN_REMOTE_ADDRESS);
644
QuicAddr localAddress = MsQuicHelpers.GetMsQuicParameter<QuicAddr>(
_handle
, QUIC_PARAM_CONN_LOCAL_ADDRESS);
697
QuicStream 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
,