Méthode | Description | |
---|---|---|
AsString ( ) : string |
Obtains the body of the response as a string, and closes the response.
|
|
Dispose ( ) : void |
Closes the response.
|
|
GetFilename ( ) : string | ||
GetResponseStream ( ) : Stream |
Gets the response stream. It is the responsibility of the consumer to dispose of the stream when finished.
|
|
IsContentMultipartRelated ( ) : bool | ||
WriteToStream ( Stream stream ) : void |
Writes the body of the response to the specified stream, and closes the response.
|
Méthode | Description | |
---|---|---|
EnsureCleanUp ( ) : void | ||
Response ( |
public IsContentMultipartRelated ( ) : bool | ||
Résultat | bool |
public WriteToStream ( Stream stream ) : void | ||
stream | Stream | |
Résultat | void |