Gets a stream that contains the body data sent 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 Stream InputStream { get; }

Field Value

A readable Stream object that contains the bytes sent by the client in the body of the request. This property returns Null if no data is sent with the request.

See Also