asdasd

Java code posted by asdasd
created at 10 Mar 13:29, updated at 10 Mar 13:30

Edit | Back
1
2
3
string url = "http://localhost:8731/Design_Time_Addresses/Bobsled/OH";
ServicePoint mySP = ServicePointManager.FindServicePoint(new Uri(url));
mySP.UseNagleAlgorithm = false;
176 Bytes in 2 ms with coderay