HttpRequestWrapper.SaveAs Method (String, Boolean)

 

Saves an HTTP request to disk.

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

public override void SaveAs(
	string filename,
	bool includeHeaders
)

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: