1 write to _handle
System.Net.Quic (1)
System\Net\Quic\QuicListener.cs (1)
131_handle = new MsQuicContextSafeHandle(handle, context, SafeHandleType.Listener);
5 references to _handle
System.Net.Quic (5)
System\Net\Quic\QuicListener.cs (5)
113public override string ToString() => _handle.ToString(); 156_handle, 163address = GetMsQuicParameter<QuicAddr>(_handle, QUIC_PARAM_LISTENER_LOCAL_ADDRESS); 423MsQuicApi.Api.ListenerStop(_handle); 429_handle.Dispose();