IRequestMetadata Properties
From Glimpse API
| IRequestMetadata Properties | Glimpse API Documentation |
The IRequestMetadata type exposes the following members.
Back to Top
Properties
| Name | Description | |
|---|---|---|
| ClientId |
Gets the client id.
| |
| IpAddress |
Gets the IP address.
| |
| RequestHttpMethod |
Gets the request HTTP method.
| |
| RequestIsAjax |
Gets a value indicating whether request is ajax.
| |
| RequestUri |
Gets the request URI.
| |
| ResponseContentType |
Gets the type of the response content.
| |
| ResponseStatusCode |
Gets the response status code.
|
See Also