3

Is there currently a way to programatically determine from within a Silverlight app the maximum number of concurrent connections that the browser will allow? I know I can do this on the server then pass it as a parameter, but I would like to know if its possible in Silverlight.

This is for all versions of Silverlight including Silverlight 4 RC.

Darko
  • 38,310
  • 15
  • 80
  • 107

1 Answers1

-1

You could make a js call to window.maxConnectionsPerServer in IE. I don't think there is a way in firefox. Even then, there might be a limitation on the webserver as to the max num of connections /client.

Raj Kaimal
  • 8,304
  • 27
  • 18