71 @param proxyUser user name for login to the proxy (string) |
71 @param proxyUser user name for login to the proxy (string) |
72 @param proxyPassword password for login to the proxy (string) |
72 @param proxyPassword password for login to the proxy (string) |
73 @param proxyAccount accounting info for the proxy (string) |
73 @param proxyAccount accounting info for the proxy (string) |
74 @param timeout timeout in seconds for blocking operations (integer) |
74 @param timeout timeout in seconds for blocking operations (integer) |
75 """ |
75 """ |
|
76 super().__init__() |
|
77 |
76 self.__timeout = timeout |
78 self.__timeout = timeout |
77 |
79 |
78 self.__proxyType = proxyType |
80 self.__proxyType = proxyType |
79 self.__proxyHost = proxyHost |
81 self.__proxyHost = proxyHost |
80 self.__proxyPort = proxyPort |
82 self.__proxyPort = proxyPort |