Name | Description | |
---|---|---|
EasyUAFileTransferClient Constructor | Overloaded. Initializes a new instance of the class. |
The following tables list the members exposed by EasyUAFileTransferClient.
Name | Description | |
---|---|---|
EasyUAFileTransferClient Constructor | Overloaded. Initializes a new instance of the class. |
Name | Description | |
---|---|---|
ClientSelector | The selector of the client object that is used for the specialized client operations. (Inherited from OpcLabs.EasyOpc.UA.EasyUASpecializedClient) | |
Container | (Inherited from System.ComponentModel.Component) | |
CustomReference | Can be used to distinguish otherwise equal widgets. (Inherited from OpcLabs.BaseLib.Widgets.Widget) | |
IsDerived | Determines whether this specialized client has been derived from an OPC UA client object. (Inherited from OpcLabs.EasyOpc.UA.EasyUASpecializedClient) | |
Parameters | Specifies parameters used by the OPC UA File Transfer client. (Inherited from OpcLabs.EasyOpc.UA.FileTransfer.EasyUAFileTransferClientCore) | |
Site | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
CanRaiseEvents | (Inherited from System.ComponentModel.Component) | |
Client | Infrastructure. (Inherited from OpcLabs.EasyOpc.UA.EasyUASpecializedClient) | |
DesignMode | (Inherited from System.ComponentModel.Component) | |
Events | (Inherited from System.ComponentModel.Component) | |
LicensedClient | Infrastructure. (Inherited from OpcLabs.EasyOpc.UA.EasyUASpecializedClient) | |
ReadOnlyModelProvider | Infrastructure. (Inherited from OpcLabs.EasyOpc.UA.EasyUASpecializedClient) | |
ServiceContainer | The service container provided by this widget to inheritors. (Inherited from OpcLabs.BaseLib.Widgets.Widget) |
Name | Description | |
---|---|---|
AsClient | Allows treating the specialized client as normal OPC UA client object. (Inherited from OpcLabs.EasyOpc.UA.EasyUASpecializedClient) | |
Clone | Overridden. | |
CloseFile | Closes an OPC UA file. (Inherited from OpcLabs.EasyOpc.UA.FileTransfer.EasyUAFileTransferClientCore) | |
CreateDirectory | Creates a new OPC UA directory, organized under an existing one. (Inherited from OpcLabs.EasyOpc.UA.FileTransfer.EasyUAFileTransferClientCore) | |
CreateFile | Creates a new OPC UA file, organized under an existing directory, and optionally opens it. (Inherited from OpcLabs.EasyOpc.UA.FileTransfer.EasyUAFileTransferClientCore) | |
CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject) | |
Delete | Deletes an OPC UA file or directory, organized under an existing directory. (Inherited from OpcLabs.EasyOpc.UA.FileTransfer.EasyUAFileTransferClientCore) | |
Dispose | Overloaded. (Inherited from System.ComponentModel.Component) | |
Equals | (Inherited from object) | |
FindDirectory | Finds a directory object with the given name under the specified parent directory. (Inherited from OpcLabs.EasyOpc.UA.FileTransfer.EasyUAFileTransferClientCore) | |
FindFile | Finds a file object with the given name under the specified parent directory. (Inherited from OpcLabs.EasyOpc.UA.FileTransfer.EasyUAFileTransferClientCore) | |
FindFileSystem | Finds a file system object component under the specified OPC UA object. (Inherited from OpcLabs.EasyOpc.UA.FileTransfer.EasyUAFileTransferClientCore) | |
FindParentDirectory | Find a parent directory of a file or another directory. (Inherited from OpcLabs.EasyOpc.UA.FileTransfer.EasyUAFileTransferClientCore) | |
GetFilePosition | Provides the current position of the file handle. (Inherited from OpcLabs.EasyOpc.UA.FileTransfer.EasyUAFileTransferClientCore) | |
GetHashCode | Serves as the default hash function. (Inherited from object) | |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
GetMultipleFileProperties | Gets properties (metadata) of multiple OPC UA files, specified by their file object nodes. (Inherited from OpcLabs.EasyOpc.UA.FileTransfer.EasyUAFileTransferClientCore) | |
GetMultipleNames | Gets names of multiple OPC UA files or directories, specified by their object nodes. (Inherited from OpcLabs.EasyOpc.UA.FileTransfer.EasyUAFileTransferClientCore) | |
GetObjectData | (Inherited from OpcLabs.EasyOpc.UA.FileTransfer.EasyUAFileTransferClientCore) | |
GetSchema | (Inherited from OpcLabs.BaseLib.Widgets.Widget) | |
GetService | (Inherited from OpcLabs.EasyOpc.UA.FileTransfer.EasyUAFileTransferClientCore) | |
GetType | Gets the System.Type of the current instance. (Inherited from object) | |
HasTrait | Infrastructure. (Inherited from OpcLabs.EasyOpc.UA.EasyUASpecializedClient) | |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
IsDirectory | Determines whether the specified node represents an OPC UA directory. (Inherited from OpcLabs.EasyOpc.UA.FileTransfer.EasyUAFileTransferClientCore) | |
IsFile | Determines whether the specified node represents an OPC UA file. (Inherited from OpcLabs.EasyOpc.UA.FileTransfer.EasyUAFileTransferClientCore) | |
ListDirectoryNames | Obtains names of directories under the specified parent OPC UA directory. (Inherited from OpcLabs.EasyOpc.UA.FileTransfer.EasyUAFileTransferClientCore) | |
ListFileNames | Obtains names of files under the specified parent OPC UA directory. (Inherited from OpcLabs.EasyOpc.UA.FileTransfer.EasyUAFileTransferClientCore) | |
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.EasyUAFileTransferClientCore) | |
OpenFile | Opens an OPC UA file (represented by a file object in the OPC UA address space). (Inherited from OpcLabs.EasyOpc.UA.FileTransfer.EasyUAFileTransferClientCore) | |
ReadFile | Reads a part of the file, starting from the current file position. (Inherited from OpcLabs.EasyOpc.UA.FileTransfer.EasyUAFileTransferClientCore) | |
ReadXml | (Inherited from OpcLabs.BaseLib.Widgets.Widget) | |
SetFilePosition | Sets the current position of the file handle. (Inherited from OpcLabs.EasyOpc.UA.FileTransfer.EasyUAFileTransferClientCore) | |
ToString | (Inherited from OpcLabs.BaseLib.Widgets.Widget) | |
ValueEquals | Overloaded. Defines a generalized method that classes must implement to create type-specific method for determining value equality of instances. Determines whether this instance has the same value as a given other instance. (Inherited from OpcLabs.BaseLib.Widgets.Widget) | |
WriteFile | Write a part of the file, starting from the current file position. (Inherited from OpcLabs.EasyOpc.UA.FileTransfer.EasyUAFileTransferClientCore) | |
WriteXml | (Inherited from OpcLabs.BaseLib.Widgets.Widget) |
Name | Description | |
---|---|---|
Construct | Infrastructure. (Inherited from OpcLabs.EasyOpc.UA.FileTransfer.EasyUAFileTransferClientCore) | |
Finalize | (Inherited from System.ComponentModel.Component) | |
MemberwiseClone | Overloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject) | |
OnContextTypesChanged | Infrastructure. (Inherited from OpcLabs.BaseLib.Widgets.Widget) | |
ReadXmlElement | Infrastructure. (Inherited from OpcLabs.BaseLib.Widgets.Widget) | |
WriteXmlElement | Infrastructure. (Inherited from OpcLabs.BaseLib.Widgets.Widget) |
Name | Description | |
---|---|---|
BrowseDirectories | Overloaded. Browses for directories under the specified OPC UA directory. | |
BrowseFiles | Overloaded. Browses for files under the specified OPC UA directory. | |
BrowseTree | Overloaded. Browses a tree of objects available in the OPC UA directory. | |
Copy | Overloaded. Copies an OPC UA file or directory to another directory. | |
CopyFile | Overloaded. Copies an OPC UA file to another directory. | |
CreateAndOpenFile | Creates a new OPC UA file, organized under an existing directory, and immediately opens it. | |
CreateDirectory | Overloaded. Creates a new directory under an existing OPC UA directory. | |
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. Creates a new OPC UA file and provides a System.IO.Stream to access it for reading/writing. | |
Delete | Overloaded. Deletes an existing OPC UA file or directory. | |
DeleteDirectory | Overloaded. Deletes an existing OPC UA directory. | |
DeleteDirectoryIfExists | Deletes an OPC UA directory if it exists (does nothing if the directory does not exist). | |
DeleteFile | Overloaded. Deletes an existing OPC UA file. | |
DeleteFileIfExists | Overloaded. Deletes an OPC UA file if it exists (does nothing if the file does not exist).
If the file does not exist, the method does nothing (it does not throw an exception). | |
DeleteIfExists | Overloaded. Deletes an OPC UA file or directory if it exists (does nothing if the file or directory does not exist).
If the file or directory does not exist, the method does nothing (it does not throw an exception). | |
EnumerateDirectories | Overloaded. Enumerates directories under the specified OPC UA directory. | |
EnumerateFiles | Overloaded. Enumerates files under the specified OPC UA directory. | |
FindDirectory | Overloaded. Finds a directory object under the specified parent directory. | |
FindFile | Overloaded. Finds a file object under the specified parent directory. | |
FindFileOrDirectory | Overloaded. Finds a file or directory object under the specified parent directory. | |
FindFileSystem | Finds a file system object component under the specified OPC UA object. | |
FindOrCreateAllDirectories | Overloaded. Finds or creates an OPC UA directory with given path and name.
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. Obtains a node descriptor of an OPC UA directory object. | |
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. Obtains a node descriptor of an OPC UA file object. | |
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. Obtains a node descriptor of an OPC UA file or directory object. | |
GetFileProperties | Overloaded. Obtain properties (file metadata) of a specified OPC UA file. | |
GetFileProvider2 | Gets a file provider on the specified OPC UA directory. | |
GetFileSystem | Overloaded. Obtains a file system object component under the specified OPC UA object. | |
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. | |
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. Determines whether the specified OPC UA object contains a file system object component. | |
HasParentDirectory | Determines whether the specified OPC UA file or directory has a parent directory object. | |
IsDirectory | Overloaded. Determines whether the specified OPC UA node is an OPC UA directory object. | |
IsFile | Overloaded. Determines whether the specified OPC UA node is an OPC UA file object. | |
IsFileOrDirectory | Overloaded. Determines whether the specified OPC UA node is an OPC UA file or directory object. | |
IsRootDirectory | Determines whether the specified OPC UA directory is a root directory. | |
ListDirectoryNames | Overloaded. Obtains names of directories under the specified OPC UA directory. | |
ListFileAndDirectoryNames | Overloaded. Obtains names of files and directories under the specified OPC UA directory. | |
ListFileNames | Overloaded. Obtains names of files under the specified OPC UA directory. | |
Move | Overloaded. Moves an OPC UA file or directory to another directory, or renames a file or directory.
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. Moves an OPC UA directory to another directory, or renames a directory.
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. Moves an OPC UA file to another directory, or renames a file.
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. Moves or copies an OPC UA file or directory to another directory, or renames a file or directory.
When the copyObject parameter is | |
MoveOrCopyDirectory | Overloaded. Moves or copies an OPC UA directory to another directory, or renames a directory.
When the copyObject parameter is | |
MoveOrCopyFile | Overloaded. When the copyObject parameter is | |
OpenFile | Opens an existing OPC UA file. | |
OpenOrCreateStream | Overloaded. Opens an existing OPC UA file, or creates a new OPC UA file if one does not exist, and returns a System.IO.Stream to access the file data.
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. Creates or opens an OPC UA file for writing text via System.IO.StreamWriter. | |
OpenStream | Overloaded. Opens a System.IO.Stream on the specified OPC UA file. | |
OpenStreamReader | Overloaded. Opens an existing OPC UA text file for reading via System.IO.StreamReader. | |
OpenStreamWriter | Overloaded. Opens an OPC UA file for writing text via System.IO.StreamWriter. | |
ReadAllBytes | Overloaded. Returns the contents of an OPC UA file as a byte array. | |
ReadAllText | Overloaded. Returns the contents of an OPC UA text file as a System.String. | |
Rename | Overloaded. Renames an OPC UA file or directory. | |
SetState<TNode> | Sets the arbitrary object associated with the node. | |
WriteAllBytes | Overloaded. Writes binary data to an OPC UA file. | |
WriteAllText | Overloaded. Writes text to an OPC UA file. |
Name | Description | |
---|---|---|
Disposed | (Inherited from System.ComponentModel.Component) |