次の方法で共有


HttpExtensions.ToJson メソッド

定義

オーバーロード

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

パラメーター

戻り値

Newtonsoft.Json.Linq.JObject

適用対象

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

パラメーター

headers
HttpHeaders

戻り値

Newtonsoft.Json.Linq.JObject

適用対象