SendingRequest2EventArgs 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 SendingRequest2 event.
public class SendingRequest2EventArgs : EventArgs
type SendingRequest2EventArgs = class
inherit EventArgs
Public Class SendingRequest2EventArgs
Inherits EventArgs
- Inheritance
-
SendingRequest2EventArgs
Properties
Descriptor |
The request header collection. |
IsBatchPart |
Returns true if this event is fired for request within a batch, otherwise returns false. |
RequestMessage |
The web request reported through this event. The handler may modify it. |