HttpExtensions.AsFormattedString Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
AsFormattedString(HttpRequestMessage) | |
AsFormattedString(HttpResponseMessage) | |
AsFormattedString<TKey,TValue>(IDictionary<TKey,TValue>) |
AsFormattedString(HttpRequestMessage)
public static string AsFormattedString (this System.Net.Http.HttpRequestMessage httpRequest);
static member AsFormattedString : System.Net.Http.HttpRequestMessage -> string
<Extension()>
Public Function AsFormattedString (httpRequest As HttpRequestMessage) As String
Parâmetros
- httpRequest
- HttpRequestMessage
Retornos
Aplica-se a
AsFormattedString(HttpResponseMessage)
public static string AsFormattedString (this System.Net.Http.HttpResponseMessage httpResponse);
static member AsFormattedString : System.Net.Http.HttpResponseMessage -> string
<Extension()>
Public Function AsFormattedString (httpResponse As HttpResponseMessage) As String
Parâmetros
- httpResponse
- HttpResponseMessage
Retornos
Aplica-se a
AsFormattedString<TKey,TValue>(IDictionary<TKey,TValue>)
public static string AsFormattedString<TKey,TValue> (this System.Collections.Generic.IDictionary<TKey,TValue> dictionary);
static member AsFormattedString : System.Collections.Generic.IDictionary<'Key, 'Value> -> string
<Extension()>
Public Function AsFormattedString(Of TKey, TValue) (dictionary As IDictionary(Of TKey, TValue)) As String
Parâmetros de tipo
- TKey
- TValue
Parâmetros
- dictionary
- IDictionary<TKey,TValue>
Retornos
Aplica-se a
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET