HttpResponseWrapper::Filter Property

 

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

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
property Stream^ Filter {
	virtual Stream^ get() override;
	virtual void set(Stream^ value) override;
}

Property Value

Type: System.IO::Stream^

An object that acts as the output filter.

.NET Framework
Available since 3.5
Return to top
Show: