Connects a socket to a specific address.
HRESULT Connect( LPSOCKADDR Address, DWORD AddressLength );
This method is similar to the Winsock connect function, which is described in MSDN.