Click or drag to resize

UrlRequestJob Methods

The UrlRequestJob type exposes the following members.

Methods
  NameDescription
Public methodComplete
Marks the request as completed. It can be used to indicate that all response data are already sent.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFail
Marks the request as failed. It can be used to indicate that an error occurred during writing the response data.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWrite
Appends a chunk of the response data. This method may be called multiple times to append several chunks.
Top
See Also