Extensions of
HttpResponseMessage
.
- Namespace
- Songhay
.Extensions - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["HttpResponseMessageExtensions"]
class Type type-node
Syntax
public static class HttpResponseMessageExtensions
Methods
Name | Return Value | Summary |
---|---|---|
Download |
Task |
Downloads
HttpResponseMessage.Content
from byte array to file.
static
|
Download |
Task |
Downloads
HttpResponseMessage.Content
from byte array to file.
static
|
Download |
Task |
Downloads
HttpResponseMessage.Content
from byte array to file.
static
|
Download |
Task |
Downloads
HttpResponseMessage.Content
from byte array to file.
static
|
IsMovedOrRedirected |
bool |
Returns
true when HttpResponseMessage
is HttpStatusCode.Moved , HttpStatusCode.MovedPermanently
or HttpStatusCode.Redirect .
static
|
Stream |
Task |
Serializes the
HttpResponseMessage
to the specified TInstance
static
|
Stream |
Task |
Serializes the
HttpResponseMessage
to the specified TInstance
static
|