SocketTools .NET Edition

FtpClient.HostAddress Property

Gets and sets a value which specifies the Internet address used to establish a connection.

[Visual Basic]
Public Property HostAddress As String
[C#]
public string HostAddress {get; set;}

Property Value

A string which specifies an Internet address.

Remarks

The HostAddress property can be used to set the Internet address for a remote system that you wish to communicate with. If the AutoResolve property is set to true and the address is assigned to a valid host name, the HostName property will be updated with that value.

See Also

FtpClient Class | SocketTools Namespace