HttpRequestBase.SaveAs Method (String, Boolean)
.NET Framework (current version)
When overridden in a derived class, saves an HTTP request to disk.
Assembly: System.Web (in System.Web.dll)
Parameters
- filename
-
Type:
System.String
The physical drive path.
- includeHeaders
-
Type:
System.Boolean
A value that specifies whether to save HTTP headers to disk.
| Exception | Condition |
|---|---|
| NotImplementedException | Always. |
.NET Framework
Available since 3.5
Available since 3.5
Show: