Back to product page

Body property


Holds full response body.

Type

String

Syntax

  • C#
  • VB.NET
String Body {get; set; };

Property Body As String

Remarks

Body property holds full body that will be sent to the client (but without headers!). When Body property is accessed, wodWebServer.NET will actually access the stream references in Stream property, read/write to it and present it to you as String value.

If Stream isn't specified, when you write to Body property wodWebServer.NET will create temporary MemoryStream on the fly and write to it.

Platforms

Windows