Skip to content

Using proxy

Padi edited this page Dec 29, 2024 · 3 revisions

Using proxy

RedmineManager handles proxy servers.

Example:

Before version 4.6.5

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

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

After version 4.6.5