This documentation is archived and is not being maintained.
HttpWorkerRequest.GetUriPath Method
.NET Framework 1.1
Returns the virtual path to the requested URI.
[Visual Basic] Public MustOverride Function GetUriPath() As String [C#] public abstract string GetUriPath(); [C++] public: virtual String* GetUriPath() = 0; [JScript] public abstract function GetUriPath() : 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: