Back to product page
- Introduction
- License agreement
- Classes
- Enumerations
- Exceptions
- WeOnlyDo.Client.FtpDLX
- Properties
- Authentication
- Blocking
- BufferSize
- Certificate
- Compression
- DirFormat
- DirItems
- Encryption
- Hostname
- KeepAlive
- LastError
- ListItem
- ListParams
- LocalPath
- Login
- MaxTransferRate
- Passive
- Password
- Port
- PreserveDates
- PrivateKey
- Protocol
- ProxyHostname
- ProxyLogin
- ProxyPassword
- ProxyPort
- ProxyType
- PublicKeyOpenSSH
- PublicKeySSH
- RemotePath
- Resume
- SecureMethod
- SmartGet
- SmartPut
- State
- StrictHost
- Tag
- Timeout
- Timezone
- TransferMode
- TransferRate
- TransferTime
- UseIPv6
- Version
- Methods
- Events
- Properties
- WeOnlyDo.Client.DirItemsCollection
- WeOnlyDo.Client.DirItem
- How to get support?
Hostname property
Hostname of server where we will connect.
Type
StringSyntax
- C#
- VB.NET
String Hostname {get; set; };
Property Hostname As 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.