| Overload | Description | 
|---|---|
| OpenStream(IEasyUAFileTransfer,UAEndpointDescriptor,UANamedNodeDescriptor) | Opens a System.IO.Stream on the specified OPC UA file, using default open mode. | 
| OpenStream(IEasyUAFileTransfer,UAEndpointDescriptor,UANamedNodeDescriptor,Int32) | Opens a System.IO.Stream on the specified OPC UA file, using default open mode, and specifying the buffer size. | 
| OpenStream(IEasyUAFileTransfer,UAEndpointDescriptor,UANamedNodeDescriptor,UAOpenFileModes) | Opens a System.IO.Stream on the specified OPC UA file, specifying the open modes. | 
| OpenStream(IEasyUAFileTransfer,UAEndpointDescriptor,UANamedNodeDescriptor,UAOpenFileModes,Int32) | Opens a System.IO.Stream on the specified OPC UA file, specifying the open modes, and buffer size. |