HttpExtensions.AsFormattedString Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
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
Paramètres
- httpRequest
- HttpRequestMessage
Retours
S’applique à
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
Paramètres
- httpResponse
- HttpResponseMessage
Retours
S’applique à
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
Paramètres de type
- TKey
- TValue
Paramètres
- dictionary
- IDictionary<TKey,TValue>
Retours
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET