NetCharts Server .NET Toolkit

HttpRequester.PerformRequest Method

Makes a request to NetCharts Server.

Overload List

Makes a request to NetCharts Server.

public byte[] PerformRequest(string,short,string,string,string);

Makes a request to NetCharts Server. The userName and userPassword parameters allow for secured resources to be accessed.

public byte[] PerformRequest(string,short,string,string,string,string,string);

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.

public byte[] PerformRequest(string,short,string,string,string,string,string,bool);

See Also

HttpRequester Class | NetChartsServer Namespace