HttpRequestInfo Class

Definition

The Http request info.

public class HttpRequestInfo
type HttpRequestInfo = class
Public Class HttpRequestInfo
Inheritance
HttpRequestInfo

Constructors

HttpRequestInfo()

Initializes a new instance of the HttpRequestInfo class.

HttpRequestInfo(String, String, String, String)

Initializes a new instance of the HttpRequestInfo class.

Properties

ClientIpAddress

Gets or sets the client Ip Address

ClientRequestId

Gets or sets the client request id.

Method

Gets or sets the Http request method.

Uri

Gets or sets the Uri.

Applies to