Beispiel #1
0
void setSession(HTTPClientSession &session, string &host, Poco::UInt16 port )
{
    session.setHost(host);
    session.setPort(port);
}