FtpWebRequest.PreAuthenticate Property
Namespace: Rebex.Net
Assembly: Rebex.Ftp.dll (version 7.0.9083)
PreAuthenticate
Gets or sets a value indicating whether to send a preauthentication header with the request.
Declaration
public override bool PreAuthenticate { get; set; }
Property Value
Type | Description |
---|---|
Boolean | true to send a WWW-authenticate HTTP header with the initial request; otherwise, false. The default is false. |
Overrides
Remarks
Not used by FtpWebRequest.