HttpContinueDelegate Delegate

Represents the method that notifies callers when a continue response is received by the client.

Namespace: System.Net
Assembly: System (in system.dll)

Syntax

public delegate void HttpContinueDelegate (
         int StatusCode,
         WebHeaderCollection httpHeaders
)

Parameters

  • StatusCode
    The numeric value of the HTTP status from the server.
  • httpHeaders
    The headers returned with the 100-continue response from the server.

Version Information

Available in the .NET Micro Framework versions 4.0, 4.1, and 4.2.

See Also

Reference

System.Net Namespace