Hostname Property

See Also

FtpDLX Class  | FtpDLX Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Language

Visual Basic

C#

JScript

Show All

See Also Requirements Languages WeOnlyDo.Client.FTP Send comments on this topic.

Hostname Property

Hostname of server where we will connect.

[Visual Basic]
Public Property Hostname As String
[C#]
public string Hostname {get; set;}
[JScript]
public function get,set Hostname : String

Remarks

Prior to issuing Connect method, you should set Hostname property to name of remote server, or his IP address. wodFtpDLX.NET will resolve given hostname string, and will use that value when Connect method is called.

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.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

FtpDLX Class  | FtpDLX Members

 

 


© WeOnlyDo Software. All Rights Reserved.