HttpResponseBase.Filter Property

Definition

Gets or sets a filter object that is used to modify the HTTP entity body before transmission.

public:
 virtual property System::IO::Stream ^ Filter { System::IO::Stream ^ get(); void set(System::IO::Stream ^ value); };
public virtual System.IO.Stream Filter { get; set; }
member this.Filter : System.IO.Stream with get, set
Public Overridable Property Filter As Stream

Property Value

An object that acts as the output filter.

Exceptions

Applies to