This documentation is archived and is not being maintained.
HttpWorkerRequest.GetFilePath Method
.NET Framework 1.1
When overridden in a derived class, returns the physical path to the requested URI.
[Visual Basic] Public Overridable Function GetFilePath() As String [C#] public virtual string GetFilePath(); [C++] public: virtual String* GetFilePath(); [JScript] public function GetFilePath() : String;
Return Value
The path to the requested URI.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
HttpWorkerRequest Class | HttpWorkerRequest Members | System.Web Namespace
Show: