Class WebRequestEventArgs

Class WebRequestEventArgs

Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.2.0)

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

public sealed class WebRequestEventArgs : EventArgs

Inheritance

objectEventArgsWebRequestEventArgs

Inherited Members

EventArgs.Empty, object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Properties

WebRequest

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

public HttpWebRequest WebRequest { get; }

Property Value

HttpWebRequest