wodHttpDLX ActiveX Control - Hostname Property
      
 

Description

Hostname of remote server.


Property type

A String value.  Name or IP address of the server.


Syntax

object.Hostname [= value]



The Hostname Property syntax has these parts:

Part Description
object An expression evaluating to an object of type wodHttpDLX.
value A String value.

Remarks

Used to specify the name (or IP address) of the server to use during execution of the Connect method.

Resolving of the hostname can take few seconds, and it all depends on your operating system. It is possible that component will freeze in that time because resolving is a blocking call. There's not much we could internally do to prevent it from happening.