Makes a request to NetCharts Server.
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);
HttpRequester Class | NetChartsServer Namespace