![]() ![]() | Gets / Sets the default document. |
![]() | Gets the client browser. |
![]() | Gets the request content (null if only posted values are sent by the client). |
![]() | Gets the list of cookies posted by the client. |
![]() | Gets the name of the requested document (without path). |
![]() | Gets the path of the document. |
![]() | Gets the physical relative path of the requested document. |
![]() | Gets the request document URI. |
![]() | Gets the date of the file that is cached client side. If not given by the client, DateTime.MinValue |
![]() | Gets the HTTP headers. |
![]() | Gets the server name called by the client. |
![]() | Returns the HTTP version of the client. |
![]() | Indicates if the connection to the client is secured. |
![]() | Indicates if the request is valid (HTTP protocol point of view). |
![]() | Indicates if the client supports the kept-alive connection or if each request is executed within a new connection. |
![]() | Gets the preferred languages of the client browser. |
![]() | Gets the HTTP method. |
![]() | Gets a collection of files that were posted by the client browser. |
![]() | Gets the values of a posted form. |
![]() | Gets the request query. |
![]() | Gets if the client must be redirected to another URL. |
![]() | Gets the client IP address. |
![]() | Gets the request handler identifier. |
![]() | Returns the client credential or null if the user did not authenticate. |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Gets the Type of the current instance. |
![]() | Returns a String that represents the current Object. |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Creates a shallow copy of the current Object. |
HttpClientRequest Class | Hevea.Core.Http Namespace