diff --git a/SlnMesnac.WCS/Global/HttpHelper.cs b/SlnMesnac.WCS/Global/HttpHelper.cs index 9a7f2ef..034d0d8 100644 --- a/SlnMesnac.WCS/Global/HttpHelper.cs +++ b/SlnMesnac.WCS/Global/HttpHelper.cs @@ -6,7 +6,7 @@ namespace SlnMesnac.WCS.Global { public static string SendPostMessage(string ip, int port, string url, string message, string contentType = "application/Text") { - string retsult = HttpPost("http://" + ip + ":" + port + "/" + url, message, contentType, 30, null); + string retsult = HttpPost("http://" + ip + ":" + port + "/" + url, message, contentType, 4, null); return retsult; }