SteamConfiguration and IP addresses #1304
MisterGibs
started this conversation in
General
Replies: 2 comments 1 reply
-
You can't at the moment. This would be doable as a new feature, but it wouldn't be able to be nicely done across both TCP/UDP and WebSockets - they would need their own configuration. |
Beta Was this translation helpful? Give feedback.
1 reply
This comment was marked as spam.
This comment was marked as spam.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
var configuration = SteamConfiguration.Create(b =>
{
b.WithProtocolTypes(ProtocolTypes.All);
});
client = new SteamClient(configuration);
I have several network interfaces (i.e. several IP addresses), how can I explicitly indicate from which IP address I want to connect to Steam?
Beta Was this translation helpful? Give feedback.
All reactions