Share via


SendingRequestEventArgs Class

Definition

Event args for the event fired before executing a web request. Gives a chance to customize or replace the request object to be used.

public class SendingRequestEventArgs : EventArgs
type SendingRequestEventArgs = class
    inherit EventArgs
Public Class SendingRequestEventArgs
Inherits EventArgs
Inheritance
SendingRequestEventArgs

Properties

Request

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

RequestHeaders

Gets the collection protocol headers that are associated with the request to the data service.

Applies to