Construction Methods
| Method | Description |
|---|---|
| CInternetSession | Constructs a CInternetSession object. |
Attributes Methods
| Method | Description |
|---|---|
| QueryOption | Provides possible asserts for error checking. |
| SetOption | Sets options for the Internet session. |
| OpenURL | Parses and opens a URL. |
| GetHttpConnection | Opens an HTTP server for an application that is trying to open a connection. |
| EnableStatusCallback | Establishes a status callback routine. EnableStatusCallback is required for asynchronous operations. |
| ServiceTypeFromHandle | Gets the type of service from the Internet handle. |
Operations Methods
| Method | Description |
|---|---|
| GetContext | Gets the context value for an Internet or application session. |
| Close | Closes the Internet connection when the Internet session is terminated. |
Overridable Methods
| Method | Description |
|---|---|
| OnStatusCallback | Updates the status of an operation when status callback is enabled. |