Method BeginGetContext
BeginGetContext(AsyncCallback?, object?)
Begins an asynchronous operation to get an HTTP context.
public override IAsyncResult BeginGetContext(AsyncCallback? callback, object? state)
Parameters
callback
AsyncCallbackThe AsyncCallback delegate.
state
objectAn object that provides state information for the asynchronous operation.
Returns
- IAsyncResult
An IAsyncResult that references the asynchronous operation.