System.Net.HttpWebRequest.ContinueDelegate Property

Gets or sets the delegate method called when an HTTP 100-continue response is received from the Internet resource.

Syntax

public HttpContinueDelegate ContinueDelegate { get; set; }

Value

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

Remarks

The HttpWebRequest.ContinueDelegate property specifies the callback method to call when the client receives a 100-Continue response.

When the HttpWebRequest.ContinueDelegate property is set, the client calls the delegate whenever protocol responses of type HttpStatusCode.Continue (100) are received. This is useful if you want the client to display the status of the data being received from the Internet resource.

Requirements

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