adapnex::core::TCPConnection::Create

Creates a TCPConnection instance. Does not connect the socket. Call one of the Connect() methods to connect.

Synopsis

Declared in <adapnex/core/network.h>

static
std::unique_ptr<TCPConnection>
Create();

Return Value

Returns a valid TCPConnection instance without an established connection.

Created with MrDocs