Skip to content

Using proxy

alinach edited this page May 16, 2016 · 3 revisions

####Using proxy

RedmineManager handles proxy servers.

Example:

var host = "<host>";
var apiKey = "<api-key>";
IWebProxy webProxy = WebRequest.GetSystemWebProxy();

RedmineManager manager = new RedmineManager(host, apiKey, webProxy);