UrlRequestJob Class |
Namespace: DotNetBrowser.Net
public sealed class UrlRequestJob : IAutoDisposable
The UrlRequestJob type exposes the following members.
Name | Description | |
---|---|---|
IsClosed |
Indicates if the request is handled and all the data is sent.
| |
IsDisposed |
Indicates if the object is already disposed.
| |
UrlRequest |
Gets the UrlRequest associated with this job.
|
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.
|