コード例 #1
0
ファイル: YamlUtil.cs プロジェクト: dkv01/withSIX.Desktop
 public static Task <string> PostYaml(this object model, Uri uri,
                                      CancellationToken ct = default(CancellationToken), string token = null)
 => model.PostJson(uri, ct, client => W6DownloaderExtensions.Setup(client, uri, token));
コード例 #2
0
ファイル: YamlUtil.cs プロジェクト: dkv01/withSIX.Desktop
 public static Task <string> GetYamlText(this Uri uri, CancellationToken ct = default(CancellationToken),
                                         string token = null)
 => uri.GetYamlText(ct, client => W6DownloaderExtensions.Setup(client, uri, token));