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 (
         intStatusCode,
         WebHeaderCollectionhttpHeaders
)

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 and 4.1.

See Also

Reference

System.Net Namespace