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