2 writes to _handle
System.Net.Quic (2)
System\Net\Quic\QuicStream.cs (2)
179
_handle
= new MsQuicContextSafeHandle(handle, context, SafeHandleType.Stream, connectionHandle)
213
_handle
= new MsQuicContextSafeHandle(handle, context, SafeHandleType.Stream, connectionHandle)
10 references to _handle
System.Net.Quic (10)
System\Net\Quic\QuicStream.cs (10)
158
public override string ToString() =>
_handle
.ToString();
219
_handle
,
237
_id = (long)GetMsQuicParameter<ulong>(
_handle
, QUIC_PARAM_STREAM_ID);
261
_handle
,
337
_handle
,
414
_handle
,
482
_handle
,
528
_handle
,
750
_handle
.Dispose();
755
_handle
,