Class WebRequestEventArgs
Class WebRequestEventArgs
이름 공간 : Aspose.Tasks 모임: Aspose.Tasks.dll (25.4.0)
고객이 프로젝트 서버의 웹 API에 웹 요청을 보낼 때 발생하는 이벤트에 대한 논쟁을 제공합니다.
public sealed class WebRequestEventArgs : EventArgs
Inheritance
object ← EventArgs ← WebRequestEventArgs
상속 회원들
EventArgs.Empty , object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Properties
WebRequest
프로젝트 서버의 웹 API로 보내는 웹 요청을 받습니다.
public HttpWebRequest WebRequest { get; }