commit
47c3e41eb1
@ -1,4 +1,4 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Net.Http;
|
using System.Net.Http;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
@ -21,7 +21,8 @@ namespace Infrastructure
|
|||||||
{
|
{
|
||||||
postData = postData ?? "";
|
postData = postData ?? "";
|
||||||
using (HttpClient client = new HttpClient())
|
using (HttpClient client = new HttpClient())
|
||||||
{
|
{
|
||||||
|
client.Timeout = new TimeSpan(0, 0, timeOut);
|
||||||
if (headers != null)
|
if (headers != null)
|
||||||
{
|
{
|
||||||
foreach (var header in headers)
|
foreach (var header in headers)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user