I'm making a request to a remote web server that is currently offline (on purpose)....I'd like to figure out the best way to time out the request. Basically if the request runs longer than "X" milliseconds, then exit the request and return a ...null... r...