| Name | Description | |
|---|---|---|
![]() | IsDerived | Determines whether this specialized client has been derived from an OPC UA client object. (Inherited from OpcLabs.EasyOpc.UA.IEasyUASpecializedClient) |
The following tables list the members exposed by IEasyUAFileTransferClient.
| Name | Description | |
|---|---|---|
![]() | IsDerived | Determines whether this specialized client has been derived from an OPC UA client object. (Inherited from OpcLabs.EasyOpc.UA.IEasyUASpecializedClient) |
| Name | Description | |
|---|---|---|
![]() | AsClient | Returns the client object upon which this specialized client is built. (Inherited from OpcLabs.EasyOpc.UA.IEasyUASpecializedClient) |
![]() | CloseFile | Closes an OPC UA file. (Inherited from OpcLabs.EasyOpc.UA.FileTransfer.IEasyUAFileTransfer) |
![]() | CreateDirectory | Creates a new OPC UA directory, organized under an existing one. (Inherited from OpcLabs.EasyOpc.UA.FileTransfer.IEasyUAFileTransfer) |
![]() | CreateFile | Creates a new OPC UA file, organized under an existing directory, and optionally opens it. (Inherited from OpcLabs.EasyOpc.UA.FileTransfer.IEasyUAFileTransfer) |
![]() | Delete | Deletes an OPC UA file or directory, organized under an existing directory. (Inherited from OpcLabs.EasyOpc.UA.FileTransfer.IEasyUAFileTransfer) |
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from System.IDisposable) |
![]() | FindDirectory | Finds a directory object with the given name under the specified parent directory. (Inherited from OpcLabs.EasyOpc.UA.FileTransfer.IEasyUAFileTransfer) |
![]() | FindFile | Finds a file object with the given name under the specified parent directory. (Inherited from OpcLabs.EasyOpc.UA.FileTransfer.IEasyUAFileTransfer) |
![]() | FindFileSystem | Finds a file system object component under the specified OPC UA object. (Inherited from OpcLabs.EasyOpc.UA.FileTransfer.IEasyUAFileTransfer) |
![]() | FindParentDirectory | Find a parent directory of a file or another directory. (Inherited from OpcLabs.EasyOpc.UA.FileTransfer.IEasyUAFileTransfer) |
![]() | GetFilePosition | Provides the current position of the file handle. (Inherited from OpcLabs.EasyOpc.UA.FileTransfer.IEasyUAFileTransfer) |
![]() | GetMultipleFileProperties | Gets properties (metadata) of multiple OPC UA files, specified by their file object nodes. (Inherited from OpcLabs.EasyOpc.UA.FileTransfer.IEasyUAFileTransfer) |
![]() | GetMultipleNames | Gets names of multiple OPC UA files or directories, specified by their object nodes. (Inherited from OpcLabs.EasyOpc.UA.FileTransfer.IEasyUAFileTransfer) |
![]() | GetService | Gets the service object of the specified type. (Inherited from System.IServiceProvider) |
![]() | IsDirectory | Determines whether the specified node represents an OPC UA directory. (Inherited from OpcLabs.EasyOpc.UA.FileTransfer.IEasyUAFileTransfer) |
![]() | IsFile | Determines whether the specified node represents an OPC UA file. (Inherited from OpcLabs.EasyOpc.UA.FileTransfer.IEasyUAFileTransfer) |
![]() | ListDirectoryNames | Obtains names of directories under the specified parent OPC UA directory. (Inherited from OpcLabs.EasyOpc.UA.FileTransfer.IEasyUAFileTransfer) |
![]() | ListFileNames | Obtains names of files under the specified parent OPC UA directory. (Inherited from OpcLabs.EasyOpc.UA.FileTransfer.IEasyUAFileTransfer) |
![]() | MoveOrCopy | Moves or copies an OPC UA file or directory to another directory, or renames a file or directory. (Inherited from OpcLabs.EasyOpc.UA.FileTransfer.IEasyUAFileTransfer) |
![]() | OpenFile | Opens an OPC UA file (represented by a file object in the OPC UA address space). (Inherited from OpcLabs.EasyOpc.UA.FileTransfer.IEasyUAFileTransfer) |
![]() | ReadFile | Reads a part of the file, starting from the current file position. (Inherited from OpcLabs.EasyOpc.UA.FileTransfer.IEasyUAFileTransfer) |
![]() | SetFilePosition | Sets the current position of the file handle. (Inherited from OpcLabs.EasyOpc.UA.FileTransfer.IEasyUAFileTransfer) |
![]() | WriteFile | Write a part of the file, starting from the current file position. (Inherited from OpcLabs.EasyOpc.UA.FileTransfer.IEasyUAFileTransfer) |
| Name | Description | |
|---|---|---|
![]() | BrowseDirectories | Overloaded. |
![]() | BrowseFiles | Overloaded. |
![]() | BrowseTree | Overloaded. |
![]() | Copy | Overloaded. |
![]() | CopyFile | Overloaded. |
![]() | CreateAndOpenFile | Creates a new OPC UA file, organized under an existing directory, and immediately opens it. |
![]() | CreateDirectory | Overloaded. |
![]() | CreateFile | Creates a new file under an existing OPC UA directory. |
![]() | CreateOrOpenFile | Opens an existing OPC UA file, or creates a new OPC UA file if it does not exist yet. |
![]() | CreateStream | Overloaded. |
![]() | Delete | Overloaded. |
![]() | DeleteDirectory | Overloaded. |
![]() | DeleteDirectoryIfExists | Deletes an OPC UA directory if it exists (does nothing if the directory does not exist). |
![]() | DeleteFile | Overloaded. |
![]() | DeleteFileIfExists | Overloaded. If the file does not exist, the method does nothing (it does not throw an exception). |
![]() | DeleteIfExists | Overloaded. If the file or directory does not exist, the method does nothing (it does not throw an exception). |
![]() | EnumerateDirectories | Overloaded. |
![]() | EnumerateFiles | Overloaded. |
![]() | FindDirectory | Overloaded. |
![]() | FindFile | Overloaded. |
![]() | FindFileOrDirectory | Overloaded. |
![]() | FindFileSystem | Finds a file system object component under the specified OPC UA object. |
![]() | FindOrCreateAllDirectories | Overloaded. The method finds an OPC UA directory with given path and name; it creates the directory, together with the directories on the path, if they are not found. |
![]() | FindOrCreateDirectory | Finds an OPC UA directory with given name; creates the directory if not found. |
![]() | FindRootAndPath | Finds a root directory of the specified OPC UA file or directory object, and a named node path from the root directory to the specified object. |
![]() | FindRootDirectory | Finds a root directory of the specified OPC UA file or directory object. |
![]() | GetDirectory | Overloaded. |
![]() | GetDirectoryContents2 | Overloaded. Gets a directory contents object for the specified OPC UA directory. |
![]() | GetDirectoryName | Obtains a name of a given OPC UA directory object. |
![]() | GetFile | Overloaded. |
![]() | GetFileInfo2 | Overloaded. Gets a file info object for the specified OPC UA file. |
![]() | GetFileName | Obtains a name of a given OPC UA file object. |
![]() | GetFileOrDirectory | Overloaded. |
![]() | GetFileProperties | Overloaded. |
![]() | GetFileProvider2 | Gets a file provider on the specified OPC UA directory. |
![]() | GetFileSystem | Overloaded. |
![]() | GetMultipleFileProperties | Obtain properties (file metadata) of multiple specified OPC UA files. |
![]() | GetMultipleNames | Obtains names of given OPC UA file or directory objects. |
![]() | GetName | Obtains a names of a given OPC UA file or directory object. |
![]() | GetParentDirectory | Obtains node descriptor of a parent directory of a specified OPC UA file or directory. |
![]() | GetRequiredServiceNonNull | Overloaded. Gets the required service object of the specified type. |
![]() | GetRootDirectory | Obtains node descriptor of a root directory of a specified OPC UA file or directory. |
![]() | GetWritableDirectoryContents | Overloaded. Gets a writable directory contents object for the specified OPC UA directory. |
![]() | GetWritableFileInfo | Overloaded. Gets a writable file info object for the specified OPC UA file. |
![]() | GetWritableFileProvider | Gets a writable file provider on the specified OPC UA directory. |
![]() | HasFileSystem | Overloaded. |
![]() | HasParentDirectory | Determines whether the specified OPC UA file or directory has a parent directory object. |
![]() | IsDirectory | Overloaded. |
![]() | IsFile | Overloaded. |
![]() | IsFileOrDirectory | Overloaded. |
![]() | IsRootDirectory | Determines whether the specified OPC UA directory is a root directory. |
![]() | ListDirectoryNames | Overloaded. |
![]() | ListFileAndDirectoryNames | Overloaded. |
![]() | ListFileNames | Overloaded. |
![]() | Move | Overloaded. The method moves an OPC UA file or directory to another directory, if a different directory has been specified. Otherwise, it renames a file or directory, keeping it in the original directory. |
![]() | MoveDirectory | Overloaded. The method moves an OPC UA directory to another directory, if a different directory has been specified. Otherwise, it renames a directory, keeping it in the original directory. |
![]() | MoveFile | Overloaded. The method moves an OPC UA file to another directory, if a different directory has been specified. Otherwise, it renames a file, keeping it in the original directory. |
![]() | MoveOrCopy | Overloaded. When the copyObject parameter is |
![]() | MoveOrCopyDirectory | Overloaded. When the copyObject parameter is |
![]() | MoveOrCopyFile | Overloaded. When the copyObject parameter is |
![]() | OpenFile | Opens an existing OPC UA file. |
![]() | OpenOrCreateStream | Overloaded. If the file already exists, the method opens it. If the file does not exist, the method creates a new file. In both cases, the method returns a System.IO.Stream object that can be used to access the file data. |
![]() | OpenOrCreateStreamWriter | Overloaded. |
![]() | OpenStream | Overloaded. |
![]() | OpenStreamReader | Overloaded. |
![]() | OpenStreamWriter | Overloaded. |
![]() | ReadAllBytes | Overloaded. |
![]() | ReadAllText | Overloaded. |
![]() | Rename | Overloaded. |
![]() | TryGetRequiredService<TService> | Tries to get the required service object of the specified type, casting it to the same type. |
![]() | WriteAllBytes | Overloaded. |
![]() | WriteAllText | Overloaded. |