NetCharts Server .NET Toolkit

HttpRequester.PerformRequest Method (String, Int16, String, String, String)

Makes a request to NetCharts Server.

public byte[] PerformRequest(
   string server,
   short port,
   string project,
   string fileName,
   string postData
);

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&param2=value&...

Return Value

The byte array of the response from NetCharts Server.

See Also

HttpRequester Class | NetChartsServer Namespace | HttpRequester.PerformRequest Overload List