OwinRequest.Body Property

Definition

Gets or set the owin.RequestBody 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.RequestBody Stream.

Implements

Applies to