ConnectionManagerFtpClass.UsePassiveMode 속성

정의

public:
 virtual property bool UsePassiveMode { bool get(); void set(bool value); };
public virtual bool UsePassiveMode { get; set; }
member this.UsePassiveMode : bool with get, set
Public Overridable Property UsePassiveMode As Boolean

속성 값

작업이 수동 모드로 파일을 송수신할 경우 true이며; 그렇지 않으면 거짓입니다.

구현

설명

자세한 내용은 ConnectionManager를 참조하세요.

적용 대상