3 references to BeginGetContext
System.Net.HttpListener (3)
System\Net\HttpListener.cs (1)
293
(callback, state) => ((HttpListener)state!).
BeginGetContext
(callback, state),
System\Net\Managed\HttpListener.Managed.cs (1)
351
ListenerAsyncResult ares = (ListenerAsyncResult)
BeginGetContext
(null, null);
System\Net\Managed\ListenerAsyncResult.Managed.cs (1)
159
IAsyncResult ares = context._listener!.
BeginGetContext
(_cb, _state);