HttpRequestInfo Class
The HttpInfo class.
Namespace: Microsoft.Azure.Insights.Models
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Inheritance Hierarchy
System.Object
Microsoft.Azure.Insights.Models.HttpRequestInfo
Syntax
public class HttpRequestInfo
public ref class HttpRequestInfo
type HttpRequestInfo = class end
Public Class HttpRequestInfo
Constructors
Name | Description | |
---|---|---|
HttpRequestInfo() | Initializes a new instance of the HttpRequestInfo class. |
Properties
Name | Description | |
---|---|---|
ClientIpAddress | Optional. The client Ip Address |
|
ClientRequestId | Optional. The client request id. |
|
Method | Optional. The method. |
|
Uri | Optional. The Uri. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Azure.Insights.Models Namespace
Return to top