New to Telerik Test StudioStart a free 30-day trial

Definition

Namespace:ArtOfTest.WebAii.Messaging.Http

Assembly:ArtOfTest.WebAii.dll

Syntax:

C#
public delegate void HttpRequestHandler(object sender, HttpRequestEventArgs args)

Constructors

C#
public HttpRequestHandler(object @object, IntPtr method)
Parameters:objectobjectmethodIntPtr

Methods

C#
public virtual IAsyncResult BeginInvoke(object sender, HttpRequestEventArgs args, AsyncCallback callback, object @object)
Parameters:senderobjectargsHttpRequestEventArgscallbackAsyncCallbackobjectobjectReturns:

IAsyncResult

C#
public virtual void EndInvoke(IAsyncResult result)
Parameters:resultIAsyncResult
C#
public virtual void Invoke(object sender, HttpRequestEventArgs args)
Parameters:senderobjectargsHttpRequestEventArgs