IResponse.OutputStream Property

IT Hit WebDAV for .NET

Enables binary output to the outgoing HTTP content body.

[Visual Basic]
Property OutputStream As Stream
[C#]
System.IO.Stream OutputStream {get;}

Property Value

An IO Stream representing the raw contents of the outgoing HTTP content body.

See Also

IResponse Interface | ITHit.WebDAV.Server Namespace