ConnectionSpeed Property

 

Type: Integer

 

Returns the visitor’s connection speed throughput in bits per second.

 

Note: You must call the GetExtPropertiesEx method before checking the value of this property. This property requires the Professional or Enterprise Edition of BrowserHawk.

 

Tip: See the speed.asp example located in your BrowserHawk directory for detailed information and examples on using this property.

 

Example:

<% set bhObj = Server.CreateObject("cyScape.browserObj")

bhObj.SetExtProperties "ConnectionSpeed"

bhObj.GetExtPropertiesEx

%>

<html> Your connection speed is: <% = bhObj.ConnectionSpeed %>

</html>

 

Special notes for this property:

 

See Also:

Detecting Connection Speed and Dialup Users

ConnectionType Property

GetExtPropertiesEx Method

SetExtProperties Method

SpeedCheckAdj Property

EstDownloadTimeSec Method

EstDownloadTimeDesc Method