HttpExtensions.AsFormattedString Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
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
Parameter
- httpRequest
- HttpRequestMessage
Gibt zurück
Gilt für:
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
Parameter
- httpResponse
- HttpResponseMessage
Gibt zurück
Gilt für:
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
Typparameter
- TKey
- TValue
Parameter
- dictionary
- IDictionary<TKey,TValue>
Gibt zurück
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET