SendingRequestEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |