WebRequestEventArgs

WebRequestEventArgs class

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

Properties

NameDescription
WebRequest { get; }Gets a web request to sent to the Project Server’s web API.

See Also