HttpWorkerRequest.GetUriPath Method

Definition

Returns the virtual path to the requested URI.

public:
 abstract System::String ^ GetUriPath();
public abstract string GetUriPath ();
abstract member GetUriPath : unit -> string
Public MustOverride Function GetUriPath () As String

Returns

The path to the requested URI.

Applies to