| Interface | Description |
|---|---|
| HttpListener |
Implements methods for capturing events sourced from Http class.
|
| Class | Description |
|---|---|
| Http |
Implements the basic functionality of a HTTP client.
|
| HttpAdapter |
Implements methods for capturing events sourced from Http class.
|
| HttpConnectedEvent |
Fired when connection to HTTP server is established.
|
| HttpCookie |
Represents an HTTP cookie returned in an HTTP response.
|
| HttpDisconnectedEvent |
Fired when connection to HTTP server is released.
|
| HttpFileUpload |
Implements methods for emulating a web browser and performing HTTP file upload
based on specifications defined in RFC 1867.
|
| HttpParameter |
Represents a name/value parameter passed to Http server using GET or POST
request method.
|
| HttpProgressEvent |
Fired on significant progress in upload and download operations in Http
class.
|
| HttpRequest |
Creates the properties of an HTTP request.
|
| HttpResponse |
Represents an HTTP response as returned by the HTTP server in response to an HTTP request.
|
| HttpSession |
Implements the basic functionality of an HTTP client automatically managing all session data in memory.
|
| Exception | Description |
|---|---|
| HttpException |
HttpException is thrown by many methods of Http class.
|
Copyright © JSCAPE LLC. 1999-2021. All Rights Reserved