HttpWebRequest.ContinueDelegate Property

Gets or sets the delegate used to signal on Continue callback.

Namespace: System.Net
Assembly: System (in system.dll)

Syntax

public HttpContinueDelegate ContinueDelegate { get; set; }

Property Value

A delegate that implements the callback method that executes when an HTTP 100-Continue response is returned from the Internet resource. The default value is null.

Remarks

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

Version Information

Available in the .NET Micro Framework versions 4.0, 4.1, and 4.2.

See Also

Reference

HttpWebRequest Class
HttpWebRequest Members
System.Net Namespace