Skip to content

Instantly share code, notes, and snippets.

@dannko
Created July 22, 2014 20:31
Show Gist options
  • Save dannko/d2c4da7d7e4c2bc52e34 to your computer and use it in GitHub Desktop.
Save dannko/d2c4da7d7e4c2bc52e34 to your computer and use it in GitHub Desktop.
POST-запрос в ZennoPoster через C#
string str = project.Variables["keyword"].Value;
var resultHttpPost = ZennoPoster.HttpPost("https://lc-api.sdl.com/translate", str, "application/json", "", "utf-8", ZennoLab.InterfacesLibrary.Enums.Http.ResponceType.HeaderAndBody, 30000, "", "", true, 5, new[] { "Authorization: LC apiKey=" });
return resultHttpPost;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment