HttpWebRequest::ContinueDelegate Property
Gets or sets the delegate method called when an HTTP 100-continue response is received from the Internet resource.
Assembly: System (in System.dll)
public: property HttpContinueDelegate^ ContinueDelegate { HttpContinueDelegate^ get (); void set (HttpContinueDelegate^ value); }
Property Value
Type: System.Net::HttpContinueDelegateA delegate that implements the callback method that executes when an HTTP Continue response is returned from the Internet resource. The default value is nullptr.
The ContinueDelegate property specifies the callback method to call when the client receives a 100-Continue response.
When the 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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.