M
M
mt_max2017-08-03 11:07:05
C++ / C#
mt_max, 2017-08-03 11:07:05

How to work with c# proxy?

I am writing software that will work with a telegram, using the https://github.com/sochix/TLSharp library , in fact it is a wrapper over the api. I need this whole thing to work through a proxy, but this is not implemented in the library.
roughly speaking, I call the client.Connect() method, and I don’t even know what the request itself looks like. Is there a solution in this form
to connect to the proxy(127.0.0.1)
{
client.Connect();
}
to use a proxy without knowing the requests themselves. Thank you.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
J
John_Nash, 2017-08-04
@John_Nash

and that doesn't work?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question