Gets or sets a value indicating whether to send a preauthentication header with the request.
Namespace:
Rebex.Net
Assembly:
Rebex.Ftp (in Rebex.Ftp.dll)
Syntax
Visual Basic |
---|
Public Overrides Property PreAuthenticate As Boolean Get Set |
C# |
---|
public override bool PreAuthenticate { get; set; } |
Field Value
true to send a WWW-authenticate HTTP header with the initial request; otherwise, false. The default is false.Remarks
Not used by FtpWebRequest.