Skip to main content

HttpContinueDelegate Delegate

Namespace: System.Net · Assembly: GHIElectronics.TinyCLR.Networking.Http

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

public delegate void HttpContinueDelegate(int StatusCode, WebHeaderCollection httpHeaders);

Parameters

ParameterTypeDescription
StatusCodeintThe numeric value of the HTTP status from the server.
httpHeadersWebHeaderCollectionThe headers returned with the 100-continue response from the server.