August 2003
Intermediate to advanced
928 pages
32h 1m
English
HttpContinueDelegate
The HttpWebRequest.ContinueDelegate property uses
this class to handle
HttpStatusCode.Continue responses. These responses
are sent when the server receives the HTTP request, is able to
process it, and wishes to notify the client that the request was
successfully received. (Most HTTP servers will send this only if the
request processing would take longer than expected.)
public delegate void HttpContinueDelegate(intStatusCode, WebHeaderCollectionhttpHeaders);
HttpWebRequest.ContinueDelegate
HttpWebRequest.ContinueDelegate