Response.ContentStream Property

Definition

Gets the contents of HTTP response. Returns null for responses without content.

public abstract System.IO.Stream? ContentStream { get; set; }
member this.ContentStream : System.IO.Stream with get, set
Public MustOverride Property ContentStream As Stream

Property Value

Applies to