1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-18 20:02:57 +00:00

proxy authentication added

This commit is contained in:
Illia Bielkin
2019-02-02 21:55:57 +02:00
parent a56de43ca3
commit 5fad5a4d8e
4 changed files with 31 additions and 3 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ namespace CryptoExchange.Net.Interfaces
WebHeaderCollection Headers { get; set; }
string Method { get; set; }
TimeSpan Timeout { get; set; }
void SetProxy(string host, int port);
void SetProxy(string host, int port, string login, string password);
string ContentType { get; set; }
string Content { get; set; }