This property gets or sets the credentials used to communicate with the FTP server.

[Visual Basic] Public Property FtpCredentials As ICredentials
[C#] public ICredentials FtpCredentials {get; set;}

Property Value

An ICredentials instance; otherwise, a null reference (Nothing in Visual Basic) if the property has not been set.

Explanation

The FtpCredentials property gets or sets the credentials used to communicate with the FTP server.

See Also

ImageKit.File Members | Newtone.ImageKit.Win.ImageKit

The ImageKit.NET3 is created by Newtone Corporation