HttpRequestWrapper::SaveAs Method (String^, Boolean)

 

Saves an HTTP request to disk.

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

public:
virtual void SaveAs(
	String^ filename,
	bool includeHeaders
) override

Parameters

filename
Type: System::String^

The physical drive path.

includeHeaders
Type: System::Boolean

A value that specifies whether to save HTTP headers to disk.

.NET Framework
Available since 3.5
Return to top
Show: