Share via


SendingRequestEventArgs.Request Property

Definition

Gets or sets the HttpWebRequest instance about to be sent by the client library to the data service.

public System.Net.WebRequest Request { get; set; }
member this.Request : System.Net.WebRequest with get, set
Public Property Request As WebRequest

Property Value

HttpWebRequest.

Applies to