FTPClientConnection100Class.UsePassiveMode Property

Definition

public:
 virtual property bool UsePassiveMode { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(7)]
public virtual bool UsePassiveMode { [System.Runtime.InteropServices.DispId(7)] get; [System.Runtime.InteropServices.DispId(7)] set; }
[<System.Runtime.InteropServices.DispId(7)>]
[<get: System.Runtime.InteropServices.DispId(7)>]
[<set: System.Runtime.InteropServices.DispId(7)>]
member this.UsePassiveMode : bool with get, set
Public Overridable Property UsePassiveMode As Boolean

Property Value

true if the task sends and receives files in passive mode; false if the task sends and receives files in active mode.

Implements

Attributes

Applies to