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:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user