Compartir a través de


FTPClientConnection100Class.UsePassiveMode Propiedad

Definición

Obtiene o establece un valor que indica si la tarea envía y recibe los archivos en modo pasivo.

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

Valor de propiedad

true si la tarea envía y recibe archivos en modo pasivo; false si la tarea envía y recibe archivos en modo activo.

Implementaciones

Atributos

Se aplica a