Share via


FTPClientConnection100Class.UsePassiveMode プロパティ

定義

タスクがパッシブ モードでファイルを送信および受信するかどうかを示す値を取得します。値の設定も可能です。

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

プロパティ値

タスクがパッシブ モードでファイルを送受信する場合は true。タスクがアクティブ モードでファイルを送受信する場合は false。

実装

属性

適用対象