UploadConnectionSpeed Property (.NET)

 

Type: Integer

 

Returns the visitor’s upload connection speed throughput in bits per second. For download speed see the ConnectionSpeed property.

 

Note: This property requires the Enterprise Edition of BrowserHawk.

 

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

 

C# Example:

<%

ExtendedOptions options = new ExtendedOptions();

options.AddProperties("UploadConnectionSpeed");

options.PageMessage = "Please wait while your connection speed is tested…";

ExtendedBrowserObj extBrow = BrowserObj.GetExtendedBrowser(options);

%>

<html>

  Your upload connection speed in bits per second is: <% Response.Write(extBrow.UploadConnectionSpeed); %> <br>

  Your upload connection speed for nicely formatted display purposes is: <% Response.Write(extBrow.Translate("UploadConnectionSpeed")); %> <p>

</html>

 

Special notes for this property:

 

See Also:

UploadConnectionLatency Property

UploadSpeedCheckFirstDatasize Property

UploadSpeedCheckMaxDatasize Property

UploadSpeedCheckMaxWait Property

UploadSpeedCheckTargetURL Property

UploadSpeedCheckTestSeconds Property

Detecting Upload Speeds

Detecting Connection Speed and Dialup Users