Name

HttpContinueDelegate

Synopsis

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 Sub HttpContinueDelegate(
        ByVal StatusCode As Integer, 
        ByVal httpHeaders As WebHeaderCollection) 

Returned By

HttpWebRequest.ContinueDelegate

Passed To

HttpWebRequest.ContinueDelegate

Get VB.NET Core Classes in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.