OPC Studio User's Guide and Reference
OpenStreamWriter Method



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.IO.Extensions Namespace > IEasyUAFileTransferExtension2 Class : OpenStreamWriter Method
Opens an OPC UA file for writing text via System.IO.StreamWriter.
Overload List
OverloadDescription
Opens an OPC UA file for writing text via System.IO.StreamWriter, not for append, and with UTF-8 encoding.  
Opens an OPC UA file for writing text via System.IO.StreamWriter, with UTF-8 encoding, and specifying the append flag.  
Opens an OPC UA file for writing text via System.IO.StreamWriter, specifying the append flag, and encoding.  
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also