WebRequestEventArgs

Inheritance: java.lang.Object, com.aspose.ms.System.EventArgs

public final class WebRequestEventArgs extends System.EventArgs

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

Methods

MethodDescription
getWebRequest()Gets a web request to sent to the Project Server’s web API.

getWebRequest()

public final HttpURLConnection getWebRequest()

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

Returns: java.net.HttpURLConnection - a web request to sent to the Project Server’s web API.