Return the Internet address of the current client connection.
Syntax
object.ClientAddress
Remarks
The ClientAddress property returns the address of the
current client session which has connected to the server. This
property should only be accessed within an event handler such as
OnConnect because its value is specific to the client session that
raised the event. This property will always return an empty string
when accessed outside of an event handler.
Data Type
String
See Also
ClientHost Property,
ClientPort Property,
ServerAddress Property,
OnConnect Event
|