Ejemplo 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));
 }
Ejemplo 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));
 }