Post - Schwenkner/SugarSyncNet GitHub Wiki

The Http Post request is used to create a Folder or File on SugarSync service.

The Post / PostAsync is a templated method to specify the request.

public HttpWebResponse Post<T>(string url, T data)
public async Task<HttpWebResponse> PostAsync<T>(string url, T data)