OwinResponse.Body Property

Definition

Gets or sets the owin.ResponseBody Stream.

public virtual System.IO.Stream Body { get; set; }
member this.Body : System.IO.Stream with get, set
Public Overridable Property Body As Stream

Property Value

The owin.ResponseBody Stream.

Implements

Applies to