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