Mono Class Library: System.Net Namespace

System.Net.HttpContinueDelegate Delegate

Defines the shape of methods that are invoked when a HttpStatusCode.Continue response is received by a web client. [Edit]
public delegate void HttpContinueDelegate (int StatusCode, WebHeaderCollection httpHeaders)

Parameters

StatusCode
A int containing the numeric value of the HTTP status from the server. [Edit]
httpHeaders
A System.Net.WebHeaderCollection containing the headers returned with the response. [Edit]

Remarks

Use a System.Net.HttpContinueDelegate instance to specify the methods that are automatically invoked whenever HTTP 100 ( HttpStatusCode.Continue) responses are received from a web server. [Edit]

Requirements

Namespace: System.Net
Assembly: System (in System.dll)
Assembly Versions: 1.0.x.x, 1.0.5000.0, 2.0.0.0