Search for:
Sign in
Register
Menu
Articles
Questions & Answers
Download
Documentation
Support
Marketplace
Old Forums
Search:
Search text
API
Version 7.x
>
API
>
detect current users bandwidth
View modes:
View mode
Threaded
Flat - newest to oldest
Flat - oldest to newest
Certified Developer v7
adam
-
11/27/2013 5:20:17 AM
detect current users bandwidth
is there anything in the api i can use to detect the current users bandwidth?
Kentico Customer Success
kentico_martind2
-
11/28/2013 4:09:12 AM
RE:detect current users bandwidth
Hello Adam,
There is no method available in the Kentico API for this purpose.
However you can try to implement some general C# or .NET solution.
This could be helpful for you at the beginning:
1.
Detecting network connection speed and bandwidth usage in C#
2.
How to know the network bandwidth used at a given time?
Best regards,
Martin Danko
Top