BuildingRequestEventArgs 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.
EventArgs for the BuildingRequest event.
public class BuildingRequestEventArgs : EventArgs
type BuildingRequestEventArgs = class
inherit EventArgs
Public Class BuildingRequestEventArgs
Inherits EventArgs
- Inheritance
-
BuildingRequestEventArgs
Properties
Descriptor |
Descriptor for this request if there is one; null otherwise. |
Headers |
The headers for this request. Adding new custom headers is supported. Behavior is undefined for changing existing headers or adding system headers. No error checking will be performed against any changes made. |
Method |
Gets the Request HTTP Method that the outgoing request will use. |
RequestUri |
The Uri of the outgoing request. The Uri may be altered. No error checking will be performed against any changes made. |