This property gets or sets authentication information for the request.
[Visual Basic] Public Property HttpCredentials As ICredentials
[C#] public ICredentials HttpCredentials {get; set;}

Property Value

This value contains the authentication credentials associated with the request. The default is a null reference (Nothing in Visual Basic).

Explanation

The HttpCredentials property gets or sets authentication information for the request. For more information please refer to the .NET Framework ICredentials interface.

See Also

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

The ImageKit.NET3 is created by Newtone Corporation