corrade-vassal

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 20  →  ?path2? @ 22
/Vassal/Vassal/SettingsForm.cs
@@ -7,7 +7,6 @@
using System;
using System.Drawing;
using System.Linq;
using System.Net;
using System.Net.Http.Headers;
using System.Net.Sockets;
using System.Reflection;
@@ -15,6 +14,7 @@
using System.Windows.Forms;
using OpenMetaverse;
using wasSharp;
using wasSharp.Web;
 
namespace Vassal
{
@@ -89,7 +89,8 @@
mediaType = @"text/plain";
break;
}
Vassal.HTTPClient = new Web.wasHTTPClient(new ProductInfoHeaderValue(@"Vassal", Vassal.VASSAL_VERSION), mediaType, 60000);
Vassal.HTTPClient = new wasHTTPClient(new ProductInfoHeaderValue(@"Vassal", Vassal.VASSAL_VERSION),
mediaType, 60000);
};
 
private readonly Action SetUserConfiguration = () =>
@@ -140,7 +141,7 @@
break;
}
// Create HTTP Client
Vassal.HTTPClient = new Web.wasHTTPClient(new ProductInfoHeaderValue(@"Vassal",
Vassal.HTTPClient = new wasHTTPClient(new ProductInfoHeaderValue(@"Vassal",
Vassal.VASSAL_VERSION), mediaType, 60000);
};