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

Namespace: GHIElectronics.NETMF.Net
Assembly: GHIElectronics.NETMF.W5100.Http (in GHIElectronics.NETMF.W5100.Http.dll) Version: 4.1.9.0 (4.1.9.0)

Syntax

C#
public delegate void HttpContinueDelegate(
	int StatusCode,
	WebHeaderCollection httpHeaders
)

Parameters

StatusCode
Type: System..::..Int32
The numeric value of the HTTP status from the server.
httpHeaders
Type: GHIElectronics.NETMF.Net..::..WebHeaderCollection
The headers returned with the 100-continue response from the server.

See Also