IOwinResponse.Body Property

Definition

Gets or sets the owin.ResponseBody Stream.

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

Property Value

The owin.ResponseBody Stream.

Applies to