ClientHost Property  
 

Return the host name that the client used to establish the connection.

Syntax

object.ClientHost

Remarks

The ClientHost property returns the host name that the client used to establish the connection. If the client uses HTTP 1.0 or a later version of the protocol, this property will return the host name specified in the request header, otherwise it will return the default host name that was assigned to the server when it started.

Data Type

String

See Also

ClientAddress Property, ClientPort Property, ServerName Property, OnConnect Event