Replies: 2 comments 2 replies
-
Hi @WrongRust you can't do this in code. The IP address from which a client connection is established is determined by the operating system based on the available set of network interfaces (and their IP addresses) and the network/host address to which you wish to connect. |
Beta Was this translation helpful? Give feedback.
0 replies
-
For example, in UDP it is possible to specify the IP from which the request is created (UdpClient = new UdpClient(new IPEndPoint(), 0))). Also in the Socket there is a Bind where the IP is indicated. I thought maybe in your library there is such an opportunity |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Good day, I have a question, when creating WatsonWsClient, how can I specify my IP to it, it is required to bind clients.
Now he takes the IP from which he connects
Beta Was this translation helpful? Give feedback.
All reactions