Identity Property  
 

Gets and sets a string that identifies the server to the client.

Syntax

object.Identity [ = description ]

Remarks

The Identity property returns a string that is used to identify the server. It is used for informational purposes only and does not affect the operation of the server. Typically the string specifies the name of the application and a version number, and is returned to the client as part of the standard response header block. This property can be set to assign an identity to the server, however after the server has started this property becomes read-only.

Data Type

String

See Also

ClientAddress Property, ClientPort Property, ServerName Property, OnConnect Event