去除引用common.props
This commit is contained in:
@@ -1,13 +1,5 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using System.Net.Http;
|
||||
using System.Net.Http.Headers;
|
||||
using System.Reflection;
|
||||
using System.Security.Policy;
|
||||
using System.Net.Http.Headers;
|
||||
using System.Text;
|
||||
using System.Threading;
|
||||
using System.Threading.Tasks;
|
||||
using JNPF.Logging;
|
||||
using Microsoft.AspNetCore.WebUtilities;
|
||||
using Newtonsoft.Json;
|
||||
@@ -130,7 +122,7 @@ namespace Tnb.Common.Utils
|
||||
}
|
||||
|
||||
|
||||
public static async Task<string> PostStreamAsync(string url,object content, CancellationToken cancellationToken)
|
||||
public static async Task<string> PostStreamAsync(string url, object content, CancellationToken cancellationToken)
|
||||
{
|
||||
using (var client = new HttpClient())
|
||||
using (var request = new HttpRequestMessage(HttpMethod.Post, url))
|
||||
|
||||
Reference in New Issue
Block a user