public bool RetryAuthentication { get; set; }Public Property RetryAuthentication As Boolean
Get
Setpublic:
property bool RetryAuthentication {
bool get ();
void set (bool value);
}member RetryAuthentication : bool with get, setThis property applies to SFTP/SCP only. Use the Protocol property to select the protocol.
The default is generally appropriate in most situations.