Gets the response that the remote host returned.

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 WebResponse Response { get; }

Field Value

If a response is available from the Internet resource, a WebResponse instance that contains the error response from an Internet resource; otherwise, null.

See Also