次の方法で共有


HttpRequestInfo.ClientIpAddress Property

 

Optional. The client Ip Address

Namespace:   Microsoft.Azure.Insights.Models
Assembly:  Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)

Syntax

public string ClientIpAddress { get; set; }
public:
property String^ ClientIpAddress {
    String^ get();
    void set(String^ value);
}
member ClientIpAddress : string with get, set
Public Property ClientIpAddress As String

Property Value

Type: System.String

See Also

HttpRequestInfo Class
Microsoft.Azure.Insights.Models Namespace

Return to top