Writes the contents of the response to the specified file path.
| C# | Visual Basic |
[ObsoleteAttribute] public void WriteFile( string fileName )
<ObsoleteAttribute> _ Public Sub WriteFile ( _ fileName As String _ )
- fileName (String)
- The filename (including the path) from which to read.