HttpRequestInfo Class
Updated: September 18, 2014
The HttpInfo class.
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
| Name | Description | |
|---|---|---|
![]() | HttpRequestInfo() | Initializes a new instance of the HttpRequestInfo class. |
| Name | Description | |
|---|---|---|
![]() | ClientIpAddress | Optional. The client Ip Address |
![]() | ClientRequestId | Optional. The client request id. |
![]() | Method | Optional. The method. |
![]() | Uri | Optional. The Uri. |
| 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.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


