Skip to main content

HttpContinueDelegate Delegate

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

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.