Udostępnij za pośrednictwem


EventData.HttpRequest Property

 

Optional. Gets or sets the HTTP request info.The client IP address of the user who initiated the event is captured as part of the HTTP request info.

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

Syntax

public HttpRequestInfo HttpRequest { get; set; }
public:
property HttpRequestInfo^ HttpRequest {
    HttpRequestInfo^ get();
    void set(HttpRequestInfo^ value);
}
member HttpRequest : HttpRequestInfo with get, set
Public Property HttpRequest As HttpRequestInfo

Property Value

Type: Microsoft.Azure.Insights.Models.HttpRequestInfo

See Also

EventData Class
Microsoft.Azure.Insights.Models Namespace

Return to top