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)
312
public override string ToString() =>
_handle
.ToString();
343
_tlsSecret = MsQuicTlsSecret.Create(
_handle
);
359
_handle
,
372
_tlsSecret = MsQuicTlsSecret.Create(
_handle
);
407
MsQuicHelpers.SetMsQuicParameter(
_handle
, QUIC_PARAM_CONN_REMOTE_ADDRESS, remoteQuicAddress);
412
MsQuicHelpers.SetMsQuicParameter(
_handle
, QUIC_PARAM_CONN_LOCAL_ADDRESS, localQuicAddress);
435
_handle
,
478
_handle
,
528
stream = new QuicStream(
_handle
, type, _defaultStreamErrorCode);
615
_handle
,
627
QUIC_HANDSHAKE_INFO info = MsQuicHelpers.GetMsQuicParameter<QUIC_HANDSHAKE_INFO>(
_handle
, QUIC_PARAM_TLS_HANDSHAKE_INFO);
636
QuicAddr remoteAddress = MsQuicHelpers.GetMsQuicParameter<QuicAddr>(
_handle
, QUIC_PARAM_CONN_REMOTE_ADDRESS);
639
QuicAddr localAddress = MsQuicHelpers.GetMsQuicParameter<QuicAddr>(
_handle
, QUIC_PARAM_CONN_LOCAL_ADDRESS);
704
QuicStream 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
,