Request Class

Definition

The request that generated the event.

public class Request
type Request = class
Public Class Request
Inheritance
Request

Constructors

Request()

Initializes a new instance of the Request class.

Request(String, String, String, String, String)

Initializes a new instance of the Request class.

Properties

Addr

Gets or sets the IP or hostname and possibly port of the client connection that initiated the event. This is the RemoteAddr from the standard http request.

Host

Gets or sets the externally accessible hostname of the registry instance, as specified by the http host header on incoming requests.

Id

Gets or sets the ID of the request that initiated the event.

Method

Gets or sets the request method that generated the event.

Useragent

Gets or sets the user agent header of the request.

Applies to