Host Property (Read/Write)

Top  Previous  Next

TCP/IP address or DNS name of the Host to connect to. It can be a name like 'myhost.mydomain.com' or directly an IP address such as '206.155.164.20'.

 

VB.NET Syntax

 

tnxxxx.Host [= String]

 

C# Syntax

 

tnxxxx.Host [= string];

 

 

Remarks

 

The host name stored in the Host property must be alpha numeric, and can't contain spaces nor special characters (i.e. : " / ? \)

 

See also Port property, Connect method and OnConnect event.