ComponentPro UltimateFtp

      ListRawNameAsync Methods

      See AlsoMembers Options: Show AllLanguage Filter: AllSend comments on this topic to ComponentPro
      Begins an asynchronous ListRawName operation. Retrieves the list of files and directories in the specified directory using a raw text format.

      Overload List

      ListRawNameAsync(String, SearchCondition, ExtendedAsyncCompletedEventHandler<String[]>, Object)Begins an asynchronous ListRawName operation. Retrieves the list of files and directories in the specified directory using a raw text format.ListRawNameAsync(String, SearchCondition, Object)Begins an asynchronous ListRawName operation. Retrieves the list of files and directories in the specified directory using a raw text format.ListRawNameAsync(ExtendedAsyncCompletedEventHandler<String[]>, Object)Begins an asynchronous ListRawName operation. Retrieves the list of files and directories in the current directory using a raw text format.ListRawNameAsync(Object)Begins an asynchronous ListRawName operation. Retrieves the list of files and directories in the current directory using a raw text format.ListRawNameAsync(String, SearchCondition)Begins an asynchronous ListRawName operation. Retrieves the list of files and directories in the specified directory using a raw text format.ListRawNameAsync()Begins an asynchronous ListRawName operation. Retrieves the list of files and directories in the current directory using a raw text format.
      Top

      See Also