Aspose.Tasks for C++
Aspose::Tasks::WebRequestEventArgs Class Referencefinal

Provides arguments for the event that is raised when the client sends a web request to the Project Server's web API. More...

#include <WebRequestEventArgs.h>

Inherits System::EventArgs.

Public Member Functions

const System::SharedPtr< System::Net::HttpWebRequest > & get_WebRequest () const
 Gets a web request to sent to the Project Server's web API. More...
 

Detailed Description

Provides arguments for the event that is raised when the client sends a web request to the Project Server's web API.

Member Function Documentation

◆ get_WebRequest()

const System::SharedPtr<System::Net::HttpWebRequest>& Aspose::Tasks::WebRequestEventArgs::get_WebRequest ( ) const

Gets a web request to sent to the Project Server's web API.