Mono Class Library: System.Net.HttpWebRequest Overview | Members

System.Net.HttpWebRequest.ContinueDelegate Property

Gets or sets the delegate method whose methods are invoked when an HTTP 100-continue response is received by the current instance. [Edit]

public HttpContinueDelegate ContinueDelegate { set; get; }

Value

A System.Net.HttpContinueDelegate that references the methods that are invoked when an HTTP Continue response is received. The default value is null . [Edit]

Remarks

Note:

This delegate is useful to display the status of responses received by the current instance.

[Edit]

Requirements

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