Back to product page

Stream property


Holds Stream reference where body data is stored.

Type

Stream object

Remarks

This property holds reference to a Stream where body contents is saved. If you do not provide Stream of your own (such as FileStream pointing to a file), then wodWebServer.NET creates new MemoryStream on the fly to store the data.

You can access this Stream also through a Body property.

Platforms

Windows