SendingRequestEventArgs Class

Definition

Used with the SendingRequest event to provide access to the HttpWebRequest instance that the client is about to send to the target data service.

public ref class SendingRequestEventArgs : EventArgs
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.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to