2 writes to _handle
System.Net.Quic (2)
System\Net\Quic\QuicStream.cs (2)
209
_handle
= new MsQuicContextSafeHandle(handle, context, SafeHandleType.Stream, connectionHandle)
243
_handle
= new MsQuicContextSafeHandle(handle, context, SafeHandleType.Stream, connectionHandle)
11 references to _handle
System.Net.Quic (11)
System\Net\Quic\QuicStream.cs (11)
165
SetMsQuicParameter(
_handle
, QUIC_PARAM_STREAM_PRIORITY, (ushort)((value << 8) | 0xFF));
188
public override string ToString() =>
_handle
.ToString();
249
_handle
,
267
_id = (long)GetMsQuicParameter<ulong>(
_handle
, QUIC_PARAM_STREAM_ID);
291
_handle
,
367
_handle
,
444
_handle
,
512
_handle
,
558
_handle
,
780
_handle
.Dispose();
785
_handle
,