Share via


HttpListenerRequest.InputStream Property

Gets a stream that contains the body data sent by the client.

Namespace: System.Net
Assembly: System (in system.dll)

Syntax

public Stream InputStream { get; }

Property 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.

Version Information

Available in the .NET Micro Framework versions 4.0 and 4.1.

See Also

Reference

HttpListenerRequest Class
HttpListenerRequest Members
System.Net Namespace