Construction Methods
| Method | Description |
|---|---|
| CInternetFile | Constructs a CInternetFile object. |
Methods
| Method | Description |
|---|---|
| Abort | Closes the file associated with this object and makes the file unavailable for reading or writing. |
| Close | Closes a CInternetFile and frees any of its resources. |
| Read | Reads into the specified memory. |
| ReadString | Reads a stream of characters until it finds a newline character. |
| SetReadBufferSize | Sets the size of the temporary read buffer used by a CInternetFile-derived object. |