Microsoft Internet Security and Acceleration Server 2000

IFWXNetworkSocket::Connect Method

Connects a socket to a specific address.

HRESULT Connect(
  LPSOCKADDR Address,
  DWORD AddressLength
);

Parameters

Address
[in] Pointer to a sockaddr structure that contains the address to connect to.
AddressLength
[in] Length, in bytes, of the Address parameter.

Remarks

This method is similar to the Winsock connect function, which is described in MSDN.