MonobjcMonobjc Documented Class Library
NSFTPPropertyActiveTransferModeKey Field
NamespacesMonobjc.FoundationNSURLNSFTPPropertyActiveTransferModeKey

Key for retrieving whether in active transfer mode, returned as a boolean wrapped in an NSNumber object.

The default value for this key is NO (passive mode).

Available in Mac OS X v10.2 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static readonly NSString NSFTPPropertyActiveTransferModeKey
Public Shared ReadOnly NSFTPPropertyActiveTransferModeKey As NSString
public:
static initonly NSString^ NSFTPPropertyActiveTransferModeKey
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)