Sets up a MobiLink client stream type, and network protocol options.
public virtual return_code MLLightPoller::SetConnectInfo( const char * streamName, const char * streamParams );
streamName The network protocol to use. Acceptable values are: tcpip, http, https, or tls.
streamParams A protocol options string, formatted in a semicolon delimited list. For a complete list of options, see MobiLink client network protocol options.
One of the codes listed in the return_code enumeration. See return_code enumeration.
poller_ret = poller->SetConnectInfo("http", "host=localhost;port=80;")