asp.net.ph

Request.SaveAs Method

System.Web Namespace   HttpRequest Class


Saves an HTTP request to disk.

[ VB ]
Public Sub SaveAs ( _
   ByVal filename As String, _
   ByVal includeHeaders As Boolean _
)

[ C# ]
public void SaveAs (
   string filename,
   bool includeHeaders
);

[ C++ ]
public: void SaveAs (
   String* filename,
   bool includeHeaders
);

[ JScript ]
public function SaveAs (
   filename : String,
   includeHeaders : Boolean
);

Parameters

filename
A string reference to a physical drive path.
includeHeaders
A Boolean value specifying whether an HTTP header should be saved to disk.

Remarks

Saving the request context to disk can be useful in debugging.

See Also

HttpRequest Members Skip Navigation Links




Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note