HttpRequestInfo.ClientIpAddress Property

Definition

Gets or sets the client Ip Address

[Newtonsoft.Json.JsonProperty(PropertyName="clientIpAddress")]
public string ClientIpAddress { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="clientIpAddress")>]
member this.ClientIpAddress : string with get, set
Public Property ClientIpAddress As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to