Request.InputStream Property

IT Hit WebDAV for .NET

Gets the contents of the incoming HTTP entity body.

[Visual Basic]
MustOverride Public ReadOnly Property InputStream As Stream
[C#]
public abstract System.IO.Stream InputStream {get;}

Property Value

A Stream object representing the contents of the incoming HTTP content body.

See Also

Request Class | ITHit.WebDAV.Server Namespace