HttpExtensions.AsFormattedString Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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
Parameters
- httpRequest
- HttpRequestMessage
Returns
Applies to
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
Parameters
- httpResponse
- HttpResponseMessage
Returns
Applies to
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
Type Parameters
- TKey
- TValue
Parameters
- dictionary
- IDictionary<TKey,TValue>
Returns
Applies to
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.
Azure SDK for .NET