Share via


BuildingRequestEventArgs Class

Definition

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.

Applies to