Always resolves the server hostname by performing a DNS query. This means a DNS query will be done when using any proxy as well.

Namespace:  Rebex.Net
Assembly:  Rebex.Ftp (in Rebex.Ftp.dll)

Syntax

Visual Basic
Public Property AlwaysResolveServerName As Boolean
	Get
	Set
C#
public bool AlwaysResolveServerName { get; set; }

Remarks

Not supported on Universal Windows Platform.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also