Esempio n. 1
0
 public static string                    http_PUT_JSON(this TestFixture_WebServices tfWebServices, string virtualPath, string postData)
 {
     return(tfWebServices.http_METHOD("PUT", "application/json", virtualPath, postData));
 }
Esempio n. 2
0
 public static string                    http_PUT(this TestFixture_WebServices tfWebServices, string virtualPath, string postData)
 {
     return(tfWebServices.http_METHOD("PUT", "x-www-form-urlencoded", virtualPath, postData));
 }