8 #include <system/eventargs.h>
10 #include "aspose.tasks.cpp/aspose_tasks_api_defs.h"
20 class ProjectServerConnection;
43 typedef System::EventArgs BaseType;
45 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
46 ASPOSE_TASKS_SHARED_RTTI_INFO_DECL();
48 friend class Aspose::Tasks::IO::Pwa::ProjectServerConnection;
55 ASPOSE_TASKS_SHARED_API
const System::SharedPtr<System::Net::HttpWebRequest>&
get_WebRequest()
const;
59 ASPOSE_TASKS_SHARED_API
WebRequestEventArgs(
const System::SharedPtr<System::Net::HttpWebRequest>& webRequest);
61 ASPOSE_TASKS_SHARED_API MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION(
WebRequestEventArgs, CODEPORTING_ARGS(
const System::SharedPtr<System::Net::HttpWebRequest>& webRequest));
62 #ifdef ASPOSE_GET_SHARED_MEMBERS
63 ASPOSE_TASKS_SHARED_API
void GetSharedMembers(System::Object::shared_members_type& result)
const override;
69 System::SharedPtr<System::Net::HttpWebRequest> pr_WebRequest;
74 ASPOSE_TASKS_SHARED_API
void set_WebRequest(
const System::SharedPtr<System::Net::HttpWebRequest>& value);
Provides arguments for the event that is raised when the client sends a web request to the Project Se...
Definition: WebRequestEventArgs.h:41
const System::SharedPtr< System::Net::HttpWebRequest > & get_WebRequest() const
Gets a web request to sent to the Project Server's web API.