-
-
Notifications
You must be signed in to change notification settings - Fork 91
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);
-
CRUD Operations
-
List Operations
-
Specific operations
- Attachments
- Issues
- Users
- Groups
- Wiki pages