Table of Contents

Delegate HtmlWeb.PostResponseHandler

Namespace
HtmlAgilityPack
Assembly
HtmlAgilityPack.dll

Represents the method that will handle the PostResponse event.

public delegate void HtmlWeb.PostResponseHandler(HttpWebRequest request, HttpWebResponse response)

Parameters

request HttpWebRequest
Represents the method that will handle the PostResponse event.
response HttpWebResponse
Represents the method that will handle the PostResponse event.

Constructors

PostResponseHandler(object, nint)

public PostResponseHandler(object @object, nint method)

Parameters

object object
method nint

Methods

BeginInvoke(HttpWebRequest, HttpWebResponse, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(HttpWebRequest request, HttpWebResponse response, AsyncCallback callback, object @object)

Parameters

request HttpWebRequest
response HttpWebResponse
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(HttpWebRequest, HttpWebResponse)

public virtual void Invoke(HttpWebRequest request, HttpWebResponse response)

Parameters

request HttpWebRequest
response HttpWebResponse