Gets or sets the delegate method called when an HTTP 100-continue response is received from the Internet resource.
A System.Net.HttpContinueDelegate that references the methods that are invoked when an HTTP Continue response is received. The default value is null .
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.