7 references to QUIC_LISTENER_EVENT
System.Net.Quic (7)
System\Net\Quic\Internal\MsQuicApi.NativeMethods.cs (1)
146
public int ListenerOpen(MsQuicSafeHandle registration, delegate* unmanaged[Cdecl]<QUIC_HANDLE*, void*,
QUIC_LISTENER_EVENT
*, int> callback, void* context, QUIC_HANDLE** listener)
System\Net\Quic\Interop\msquic_extensions.cs (1)
24
public static void SetListenerCallback(this ref QUIC_API_TABLE Table, QUIC_HANDLE* Handle, delegate* unmanaged[Cdecl]<QUIC_HANDLE*, void*,
QUIC_LISTENER_EVENT
*, int> Callback, void* Context)
System\Net\Quic\Interop\msquic_generated.cs (1)
3054
internal delegate* unmanaged[Cdecl]<QUIC_HANDLE*, delegate* unmanaged[Cdecl]<QUIC_HANDLE*, void*,
QUIC_LISTENER_EVENT
*, int>, void*, QUIC_HANDLE**, int> ListenerOpen;
System\Net\Quic\QuicListener.cs (4)
18
using NEW_CONNECTION_DATA = Microsoft.Quic.
QUIC_LISTENER_EVENT
._Anonymous_e__Union._NEW_CONNECTION_e__Struct;
19
using STOP_COMPLETE_DATA = Microsoft.Quic.
QUIC_LISTENER_EVENT
._Anonymous_e__Union._STOP_COMPLETE_e__Struct;
358
private unsafe int HandleListenerEvent(ref
QUIC_LISTENER_EVENT
listenerEvent)
369
private static unsafe int NativeCallback(QUIC_HANDLE* listener, void* context,
QUIC_LISTENER_EVENT
* listenerEvent)