Table of Contents

Method BeginGetContext

Namespace: Sisk.Core.Http.Engine
Assembly: Sisk.Core.dll

BeginGetContext(AsyncCallback?, object?)

Begins an asynchronous operation to get an HTTP context.

public override IAsyncResult BeginGetContext(AsyncCallback? callback, object? state)

Parameters

callback AsyncCallback?

The AsyncCallback delegate.

state object?

An object that provides state information for the asynchronous operation.

Returns

IAsyncResult

An IAsyncResult that references the asynchronous operation.