Class WebRequestEventArgs

Class WebRequestEventArgs

Nazwa przestrzeń: Aspose.Tasks Zgromadzenie: Aspose.Tasks.dll (25.4.0)

Zapewnia argumenty dla wydarzenia, które powstaje, gdy klient wysyła prośbę sieci Web do API sieci Web programu Project Server.

public sealed class WebRequestEventArgs : EventArgs

Inheritance

object EventArgs WebRequestEventArgs

Dziedziczeni członkowie

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

Properties

WebRequest

Otrzymuje prośbę sieci Web, aby wysłać do API sieci Web programu Project Server.

public HttpWebRequest WebRequest { get; }

Wartość nieruchomości

HttpWebRequest

 Polski