Partager via


Check Transmission Speed

 

Applies To: Windows Server 2012 Essentials

Requests data of a certain size to be sent to the client to help calculate the available bandwidth.

URI Template

POST services/builtin/MediaManagement.svc/testdata?sizeData={sizeData}

{sizeData}
The size of the test data to be retrieved.

Sample Request

POST https://www.contoso.com/services/builtin/MediaManagement.svc/testdata?sizeData=100 HTTP/1.1  
Accept: application/xml  
Cookie: ASP.NET_SessionId=********************  
Canary: *********************  
Host: domainname  
  

Sample Response

HTTP/1.1 200 OK  
Content-Type: application/octet-stream  
  
[binary]  

Error Codes

Error Code Error Message
400 One or more parameters are not valid.
401 Access is denied to the requested resource.

See Also

Web Service Methods