ilyalatt / Telega

C# Telegram MTProto Client
https://ilyalatt.github.io/Telega/
MIT License
58 stars 15 forks source link

How to set proxy? #53

Open GihanSoft opened 3 years ago

GihanSoft commented 3 years ago

I want to set proxy. Whether Socks 5 or MTProto. Is it possible?

ilyalatt commented 3 years ago

Not yet. tcpClientConnectionHandler needs to be changed to networkStreamProvider. It should not be hard.

wuyu8512 commented 3 years ago

you can use ProxyLib to support proxy like this