NetCharts Server .NET Toolkit
HttpRequester.PerformRequest Method (String, Int16, String, String, String, String, String, Boolean)
Makes a request to NetCharts Server. The userName and userPassword parameters allow for secured resources to be accessed. The secure parameter is used to specify if a secured HTTPS based request should be made to NetCharts Server.
Parameters
server
The name of the server where NetCharts Server is running.
port
The port NetCharts Server is listening on.
project
The name of the NetCharts Server project that contains the resource to request.
fileName
The location of the resource, off of the server root.
postData
The HTTP post data, in the format: param1=value¶m2=value&...
userName
The name of a user with authorization access to the resource being requested.
userPassword
The password of the user with authorization access to the resource being requested.
secure
Whether to make a secured connection to NetCharts Server.
Return Value
The byte array of the response from NetCharts Server.
See Also
HttpRequester Class | NetChartsServer Namespace | HttpRequester.PerformRequest Overload List