OPC Studio User's Guide and Reference
OpenOrCreateStreamWriter Method



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.IO.Extensions Namespace > IEasyUAFileTransferExtension2 Class : OpenOrCreateStreamWriter Method
Creates or opens an OPC UA file for writing text via System.IO.StreamWriter.
Overload List
OverloadDescription
Creates or opens an OPC UA file for writing text via System.IO.StreamWriter, not for append, and with UTF-8 encoding.  
Creates or opens an OPC UA file for writing text via System.IO.StreamWriter, with UTF-8 encoding, and specifying the append flag.  
Creates or 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