Microsoft Internet Security and Acceleration Server 2000

IFWXSession::GetClientAddress Method

Gets the address of the user.

HRESULT GetClientAddress(
  LPSOCKADDR Address, 
  LPDWORD AddressLength
);

Parameters

Address
[out] Pointer to a sockaddr structure that receives the client address (port = 0 for AF_INET).
AddressLength
[in, out] Pointer to the length, in bytes, of the address specified in the Address parameter. On return, AddressLength receives the actual size of the address returned in Address.