Back to product page

Stream property


Holds reference to the Stream object that holds the body data.

Type

Stream object

Syntax

  • C#
  • VB.NET
Stream Stream {get; set; };

Property Stream As Stream

Remarks

This property holds reference to a Stream where body contents is saved or loaded from. 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