SimpleWorkerRequest.GetAppPath Method

Definition

Returns the virtual path to the currently executing server application.

public:
 override System::String ^ GetAppPath();
public override string GetAppPath ();
override this.GetAppPath : unit -> string
Public Overrides Function GetAppPath () As String

Returns

The virtual path of the current application.

Applies to