Extensions of
HttpRequestMessage
- Namespace
- Songhay
.Extensions - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["HttpRequestMessageExtensions"]
class Type type-node
Syntax
public static class HttpRequestMessageExtensions
Methods
Name | Return Value | Summary |
---|---|---|
GetContentAsync |
Task |
Gets a
string from the derived HttpResponseMessage .
static
|
GetContentAsync |
Task |
Gets a
string from the derived HttpResponseMessage .
static
|
GetContentAsync |
Task |
Gets a
System.String from the derived HttpResponseMessage .
static
|
SendAsync |
Task |
Calls
HttpClient.SendAsync(HttpRequestMessage)
static
|
SendAsync |
Task |
Calls
HttpClient.SendAsync(HttpRequestMessage)
static
|
SendAsync |
Task |
Calls
HttpClient.SendAsync(HttpRequestMessage)
static
|
SendBodyAsync |
Task |
Calls
HttpClient.SendAsync(HttpRequestMessage)
with the specified request body.
static
|
SendBodyAsync |
Task |
Calls
HttpClient.SendAsync(HttpRequestMessage)
with the specified request body.
static
|
SendBodyAsync |
Task |
Calls
HttpClient.SendAsync(HttpRequestMessage)
with the specified request body.
static
|
SendBodyAsync |
Task |
Calls
HttpClient.SendAsync(HttpRequestMessage)
with the specified request body, System.Text.Encoding.UTF8
and ApplicationJson .
static
|
To |
Authentication |
Derives the
AuthenticationHeaderValue
from the HttpRequestMessage .
static
|
To |
string |
Returns headers, starting with
x-ms- ,
in a canonical format.
static
|
To |
byte[] |
Derives the raw representation of the message signature
from the
HttpRequestMessage .`
static
|
With |
HttpRequestMessage |
Returns
HttpRequestMessage
with conventional headers for ByteArrayContent
for Azure Storage.
static
|
With |
HttpRequestMessage |
Returns
HttpRequestMessage with the minimum headers
required for Azure Storage.
static
|
With |
HttpRequestMessage |
Returns
HttpRequestMessage
with conventional headers for Azure Storage.
static
|