HttpContinueDelegate

HttpContinueDelegate CF 1.0, ECMA 1.0, serializable

System.Net (system.dll) delegate

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  (int   StatusCode   , WebHeaderCollection   httpHeaders   ); 

Returned By

HttpWebRequest.ContinueDelegate

Passed To

HttpWebRequest.ContinueDelegate



C# in a Nutshell
C # in a Nutshell, Second Edition
ISBN: 0596005261
EAN: 2147483647
Year: 2005
Pages: 963

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net