HttpExtensions.ToJson 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
ToJson(IDictionary<String,IEnumerable<String>>) | |
ToJson(HttpHeaders) |
ToJson(IDictionary<String,IEnumerable<String>>)
public static Newtonsoft.Json.Linq.JObject ToJson (this System.Collections.Generic.IDictionary<string,System.Collections.Generic.IEnumerable<string>> headers);
static member ToJson : System.Collections.Generic.IDictionary<string, seq<string>> -> Newtonsoft.Json.Linq.JObject
<Extension()>
Public Function ToJson (headers As IDictionary(Of String, IEnumerable(Of String))) As JObject
Parameters
- headers
- IDictionary<String,IEnumerable<String>>
Returns
Newtonsoft.Json.Linq.JObject
Applies to
ToJson(HttpHeaders)
public static Newtonsoft.Json.Linq.JObject ToJson (this System.Net.Http.Headers.HttpHeaders headers);
static member ToJson : System.Net.Http.Headers.HttpHeaders -> Newtonsoft.Json.Linq.JObject
<Extension()>
Public Function ToJson (headers As HttpHeaders) As JObject
Parameters
- headers
- HttpHeaders
Returns
Newtonsoft.Json.Linq.JObject
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET