View RSS Feed

newdigital

  1. mql5 possibilities - WebRequest

    by , 06-03-2014 at 12:00 PM
    WebRequest

    Sends HTTP request to the specified server.

    Code:
    int  WebRequest(
       const string      method,           // HTTP request method
       const string      url,              // url address
       const string      cookie,           // cookie
       const string      referer,          // referer
       int               timeout,          // timeout
       const char        &data[],          // array with HTTP request message
       int
    ...
Page 2 of 2 FirstFirst 1 2