IRequestMetadata Members
From Glimpse API
| IRequestMetadata Members | Glimpse API Documentation |
The IRequestMetadata type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| GetCookie |
Gets the cookie.
| |
| GetHttpHeader |
Gets the HTTP header.
|
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