Microsoft Internet Security and Acceleration Server 2000

FPCWebSession.ClientIpAddress Property

Gets the IP address of the client computer.

VBScript Syntax[VBScript]

[ sClientIpAddress = ] FPCWebSession.ClientIpAddress

C++ Syntax[C++]

HRESULT get_ClientIpAddress(
  BSTR *psClientIpAddress
);

Parameters

sClientIpAddress
String that specifies the IP address of the client computer.

The property is read-only.

Applies To

FPCWebSession