UploadConnectionLatency Property

 

Type: Integer

 

Returns the latency in milliseconds of the visitor's connection speed for uploads..

 

Note: You must set the SpeedCheckType property to indicate you wish to use the Progressive testing method, set the SupportFilesRoot property as required by the Progressive testing method, and call the GetExtPropertiesEx method, before checking the value of this property.

 

Note: Use of this property requires the Enterprise Edition of BrowserHawk.

 

Tip: See the uploadspeed.asp sample for a working example of the upload connection latency test.

 

Example:

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

bhObj.SetExtProperties "UploadConnectionSpeed, UploadConnectionLatency"

bhObj.GetExtPropertiesEx

%>

<html>

  Your upload connection speed in bits per second is: <% = bhObj.ConnectionSpeed %> <br>

  Your upload connection latency in milliseconds is: <% = bhObj.ConnectionLatency %> <p>

  Your upload connection speed for nicely formatted display purposes is: <% = bhObj.Translate("UploadConnectionSpeed") %> <p>

</html>

 

Special notes for this property:

 

See Also:

UploadConnectionSpeed Property

UploadSpeedCheckFirstDatasize Property

UploadSpeedCheckMaxDatasize Property

UploadSpeedCheckMaxWait Property

UploadSpeedCheckTargetURL Property

UploadSpeedCheckTestSeconds Property

Detecting Upload Speeds

Detecting Connection Speed and Dialup Users