7.1.11- Other Information the Response Object Can Send
by NT Community Manager.
|
| << 7.1.10- Using the Server Object to Control what the browser does | Chapter7 | 7.2.0- Summary >> |
Other Information the Response Object Can Send
The Response object gives you very fine control over the information that is returned to the client. In most cases, you will only need the broad-brush strokes that methods like Write and Redirect provide you. However, for limitless flexibility, there are other functions that the Response object provides you with.
Some of these functions include:
- Changing the content type of the response so that not only HTML can be sent back to the client.
- Detecting if the client making the request is still connected to the server. This allows you to abandon any processing if the browser has moved on to another page.
- Adding additional information to the log file entry that is made in the web server's log file.
These functions are defined in Appendix A .
| << 7.1.10- Using the Server Object to Control what the browser does | Chapter7 | 7.2.0- Summary >> |

RSS

