UrlRequestJob Methods | 
The UrlRequestJob type exposes the following members.
| Name | Description | |
|---|---|---|
| Complete | 
                Marks the request as completed. It can be used to indicate that all response data are already sent.
              | |
| Equals | Determines whether the specified object is equal to the current object.  (Inherited from Object.) | |
| Fail | 
                Marks the request as failed. It can be used to indicate that an error occurred during writing the
                response data.
              | |
| GetHashCode | Serves as the default hash function.   (Inherited from Object.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) | |
| Write | 
                Appends a chunk of the response data. This method may be called multiple
                times to append several chunks.
              |