ClientUser Property  
 

Return the user name associated with the specified client session.

Syntax

object.ClientUser

Remarks

The ClientUser property returns the user name that the client used to authenticate the client session. This property should only be accessed within an event handler after the client session has been authenticated. Unauthenticated clients are not assigned a user name. This property will always return an empty string when accessed outside of an event handler.

Data Type

String

See Also

ClientAddress Property, Authenticate Method, OnAuthenticate Event