nn::http::Connection::ConnectAsync Member Function

Syntax

nn::Result ConnectAsync(
     void
);

Arguments

None.

Return Values

Returns the processing result.

Description

Starts a connection with the communication target. (This is the asynchronous version of the function. In other words, if the maximum number of HTTP sessions are already in use, this function returns an error.)

Revision History

2010/06/14
Initial version.

CONFIDENTIAL