Class WebRequestEventArgs


  • public final class WebRequestEventArgs
    extends com.aspose.ms.System.EventArgs

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

    • Method Detail

      • getWebRequest

        public final HttpURLConnection getWebRequest()

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

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