实例介绍
【实例简介】OPC UA通讯协议数据采集
OPC UA通讯协议,采集OPC服务器的目标数据然后存入SQL Server数据库
【实例截图】
【核心代码】
.
├── OPC UA_20210929
│ ├── OPC UA
│ │ ├── App.config
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── OPC UA.csproj
│ │ ├── OPC UA.csproj.user
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── BouncyCastle.Crypto.dll
│ │ │ │ ├── BouncyCastle.Crypto.xml
│ │ │ │ ├── Microsoft.AspNetCore.Connections.Abstractions.dll
│ │ │ │ ├── Microsoft.AspNetCore.Connections.Abstractions.xml
│ │ │ │ ├── Microsoft.AspNetCore.Hosting.Abstractions.dll
│ │ │ │ ├── Microsoft.AspNetCore.Hosting.Abstractions.xml
│ │ │ │ ├── Microsoft.AspNetCore.Hosting.Server.Abstractions.dll
│ │ │ │ ├── Microsoft.AspNetCore.Hosting.Server.Abstractions.xml
│ │ │ │ ├── Microsoft.AspNetCore.Hosting.dll
│ │ │ │ ├── Microsoft.AspNetCore.Hosting.xml
│ │ │ │ ├── Microsoft.AspNetCore.Http.Abstractions.dll
│ │ │ │ ├── Microsoft.AspNetCore.Http.Abstractions.xml
│ │ │ │ ├── Microsoft.AspNetCore.Http.Extensions.dll
│ │ │ │ ├── Microsoft.AspNetCore.Http.Extensions.xml
│ │ │ │ ├── Microsoft.AspNetCore.Http.Features.dll
│ │ │ │ ├── Microsoft.AspNetCore.Http.Features.xml
│ │ │ │ ├── Microsoft.AspNetCore.Http.dll
│ │ │ │ ├── Microsoft.AspNetCore.Http.xml
│ │ │ │ ├── Microsoft.AspNetCore.Server.Kestrel.Core.dll
│ │ │ │ ├── Microsoft.AspNetCore.Server.Kestrel.Core.xml
│ │ │ │ ├── Microsoft.AspNetCore.Server.Kestrel.Https.dll
│ │ │ │ ├── Microsoft.AspNetCore.Server.Kestrel.Https.xml
│ │ │ │ ├── Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.dll
│ │ │ │ ├── Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.xml
│ │ │ │ ├── Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll
│ │ │ │ ├── Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.xml
│ │ │ │ ├── Microsoft.AspNetCore.Server.Kestrel.dll
│ │ │ │ ├── Microsoft.AspNetCore.Server.Kestrel.xml
│ │ │ │ ├── Microsoft.AspNetCore.WebUtilities.dll
│ │ │ │ ├── Microsoft.AspNetCore.WebUtilities.xml
│ │ │ │ ├── Microsoft.Extensions.Configuration.Abstractions.dll
│ │ │ │ ├── Microsoft.Extensions.Configuration.Abstractions.xml
│ │ │ │ ├── Microsoft.Extensions.Configuration.Binder.dll
│ │ │ │ ├── Microsoft.Extensions.Configuration.Binder.xml
│ │ │ │ ├── Microsoft.Extensions.Configuration.EnvironmentVariables.dll
│ │ │ │ ├── Microsoft.Extensions.Configuration.EnvironmentVariables.xml
│ │ │ │ ├── Microsoft.Extensions.Configuration.FileExtensions.dll
│ │ │ │ ├── Microsoft.Extensions.Configuration.FileExtensions.xml
│ │ │ │ ├── Microsoft.Extensions.Configuration.dll
│ │ │ │ ├── Microsoft.Extensions.Configuration.xml
│ │ │ │ ├── Microsoft.Extensions.DependencyInjection.Abstractions.dll
│ │ │ │ ├── Microsoft.Extensions.DependencyInjection.Abstractions.xml
│ │ │ │ ├── Microsoft.Extensions.DependencyInjection.dll
│ │ │ │ ├── Microsoft.Extensions.DependencyInjection.xml
│ │ │ │ ├── Microsoft.Extensions.FileProviders.Abstractions.dll
│ │ │ │ ├── Microsoft.Extensions.FileProviders.Abstractions.xml
│ │ │ │ ├── Microsoft.Extensions.FileProviders.Physical.dll
│ │ │ │ ├── Microsoft.Extensions.FileProviders.Physical.xml
│ │ │ │ ├── Microsoft.Extensions.FileSystemGlobbing.dll
│ │ │ │ ├── Microsoft.Extensions.FileSystemGlobbing.xml
│ │ │ │ ├── Microsoft.Extensions.Hosting.Abstractions.dll
│ │ │ │ ├── Microsoft.Extensions.Hosting.Abstractions.xml
│ │ │ │ ├── Microsoft.Extensions.Logging.Abstractions.dll
│ │ │ │ ├── Microsoft.Extensions.Logging.Abstractions.xml
│ │ │ │ ├── Microsoft.Extensions.Logging.dll
│ │ │ │ ├── Microsoft.Extensions.Logging.xml
│ │ │ │ ├── Microsoft.Extensions.ObjectPool.dll
│ │ │ │ ├── Microsoft.Extensions.ObjectPool.xml
│ │ │ │ ├── Microsoft.Extensions.Options.dll
│ │ │ │ ├── Microsoft.Extensions.Options.xml
│ │ │ │ ├── Microsoft.Extensions.Primitives.dll
│ │ │ │ ├── Microsoft.Extensions.Primitives.xml
│ │ │ │ ├── Microsoft.Net.Http.Headers.dll
│ │ │ │ ├── Microsoft.Net.Http.Headers.xml
│ │ │ │ ├── Microsoft.VisualBasic.PowerPacks.dll
│ │ │ │ ├── Microsoft.VisualBasic.PowerPacks.xml
│ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ ├── Newtonsoft.Json.xml
│ │ │ │ ├── OPC UA.exe
│ │ │ │ ├── OPC UA.exe.config
│ │ │ │ ├── OPC UA.pdb
│ │ │ │ ├── Opc.Ua.Bindings.Https.dll
│ │ │ │ ├── Opc.Ua.Bindings.Https.xml
│ │ │ │ ├── Opc.Ua.Client.dll
│ │ │ │ ├── Opc.Ua.Client.xml
│ │ │ │ ├── Opc.Ua.Configuration.dll
│ │ │ │ ├── Opc.Ua.Configuration.xml
│ │ │ │ ├── Opc.Ua.Core.dll
│ │ │ │ ├── Opc.Ua.Core.xml
│ │ │ │ ├── Opc.Ua.Gds.Client.Common.dll
│ │ │ │ ├── Opc.Ua.Gds.Client.Common.xml
│ │ │ │ ├── Opc.Ua.Gds.Server.Common.dll
│ │ │ │ ├── Opc.Ua.Gds.Server.Common.xml
│ │ │ │ ├── Opc.Ua.Security.Certificates.dll
│ │ │ │ ├── Opc.Ua.Security.Certificates.xml
│ │ │ │ ├── Opc.Ua.Server.dll
│ │ │ │ ├── Opc.Ua.Server.xml
│ │ │ │ ├── OpcUaHelper.dll
│ │ │ │ ├── OpcUaHelper.xml
│ │ │ │ ├── PointName.txt
│ │ │ │ ├── System.Buffers.dll
│ │ │ │ ├── System.Buffers.xml
│ │ │ │ ├── System.Collections.Immutable.dll
│ │ │ │ ├── System.Collections.Immutable.xml
│ │ │ │ ├── System.ComponentModel.Annotations.dll
│ │ │ │ ├── System.Diagnostics.DiagnosticSource.dll
│ │ │ │ ├── System.Diagnostics.DiagnosticSource.xml
│ │ │ │ ├── System.Formats.Asn1.dll
│ │ │ │ ├── System.Formats.Asn1.xml
│ │ │ │ ├── System.IO.Pipelines.dll
│ │ │ │ ├── System.IO.Pipelines.xml
│ │ │ │ ├── System.Memory.dll
│ │ │ │ ├── System.Memory.xml
│ │ │ │ ├── System.Numerics.Vectors.dll
│ │ │ │ ├── System.Numerics.Vectors.xml
│ │ │ │ ├── System.Reflection.Metadata.dll
│ │ │ │ ├── System.Reflection.Metadata.xml
│ │ │ │ ├── System.Runtime.CompilerServices.Unsafe.dll
│ │ │ │ ├── System.Runtime.CompilerServices.Unsafe.xml
│ │ │ │ ├── System.Security.Cryptography.Cng.dll
│ │ │ │ ├── System.Text.Encodings.Web.dll
│ │ │ │ ├── System.Text.Encodings.Web.xml
│ │ │ │ ├── System.Threading.Tasks.Extensions.dll
│ │ │ │ ├── System.Threading.Tasks.Extensions.xml
│ │ │ │ ├── System.ValueTuple.dll
│ │ │ │ ├── System.ValueTuple.xml
│ │ │ │ ├── opcaddress - 云端.txt
│ │ │ │ ├── opcaddress - 本机.txt
│ │ │ │ ├── opcaddress.txt
│ │ │ │ ├── sqlcon - 副本.txt
│ │ │ │ └── sqlcon.txt
│ │ │ └── Release
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── OPC UA.csproj.CopyComplete
│ │ │ ├── OPC UA.csproj.CoreCompileInputs.cache
│ │ │ ├── OPC UA.csproj.FileListAbsolute.txt
│ │ │ ├── OPC UA.csproj.GenerateResource.cache
│ │ │ ├── OPC UA.csprojAssemblyReference.cache
│ │ │ ├── OPC UA.exe
│ │ │ ├── OPC UA.pdb
│ │ │ ├── OPC_UA.Form1.resources
│ │ │ ├── OPC_UA.Properties.Resources.resources
│ │ │ └── TempPE
│ │ ├── packages.config
│ │ ├── 图标.ico
│ │ ├── 数据库
│ │ │ └── telecontroldata
│ │ ├── 数据库接口.txt
│ │ └── 能耗在线监测能管平台数据汇总表-府谷电厂(1)(1)(1)(2)(1)(1)(1).xlsx
│ ├── OPC UA.sln
│ └── packages
│ ├── Microsoft.AspNetCore.Connections.Abstractions.2.2.0
│ │ ├── Microsoft.AspNetCore.Connections.Abstractions.2.2.0.nupkg
│ │ └── lib
│ │ └── netstandard2.0
│ │ ├── Microsoft.AspNetCore.Connections.Abstractions.dll
│ │ └── Microsoft.AspNetCore.Connections.Abstractions.xml
│ ├── Microsoft.AspNetCore.Hosting.2.2.0
│ │ ├── Microsoft.AspNetCore.Hosting.2.2.0.nupkg
│ │ └── lib
│ │ └── netstandard2.0
│ │ ├── Microsoft.AspNetCore.Hosting.dll
│ │ └── Microsoft.AspNetCore.Hosting.xml
│ ├── Microsoft.AspNetCore.Hosting.Abstractions.2.2.0
│ │ ├── Microsoft.AspNetCore.Hosting.Abstractions.2.2.0.nupkg
│ │ └── lib
│ │ └── netstandard2.0
│ │ ├── Microsoft.AspNetCore.Hosting.Abstractions.dll
│ │ └── Microsoft.AspNetCore.Hosting.Abstractions.xml
│ ├── Microsoft.AspNetCore.Hosting.Server.Abstractions.2.2.0
│ │ ├── Microsoft.AspNetCore.Hosting.Server.Abstractions.2.2.0.nupkg
│ │ └── lib
│ │ └── netstandard2.0
│ │ ├── Microsoft.AspNetCore.Hosting.Server.Abstractions.dll
│ │ └── Microsoft.AspNetCore.Hosting.Server.Abstractions.xml
│ ├── Microsoft.AspNetCore.Http.2.2.0
│ │ ├── Microsoft.AspNetCore.Http.2.2.0.nupkg
│ │ └── lib
│ │ └── netstandard2.0
│ │ ├── Microsoft.AspNetCore.Http.dll
│ │ └── Microsoft.AspNetCore.Http.xml
│ ├── Microsoft.AspNetCore.Http.Abstractions.2.2.0
│ │ ├── Microsoft.AspNetCore.Http.Abstractions.2.2.0.nupkg
│ │ └── lib
│ │ └── netstandard2.0
│ │ ├── Microsoft.AspNetCore.Http.Abstractions.dll
│ │ └── Microsoft.AspNetCore.Http.Abstractions.xml
│ ├── Microsoft.AspNetCore.Http.Extensions.2.2.0
│ │ ├── Microsoft.AspNetCore.Http.Extensions.2.2.0.nupkg
│ │ └── lib
│ │ └── netstandard2.0
│ │ ├── Microsoft.AspNetCore.Http.Extensions.dll
│ │ └── Microsoft.AspNetCore.Http.Extensions.xml
│ ├── Microsoft.AspNetCore.Http.Features.2.2.0
│ │ ├── Microsoft.AspNetCore.Http.Features.2.2.0.nupkg
│ │ └── lib
│ │ └── netstandard2.0
│ │ ├── Microsoft.AspNetCore.Http.Features.dll
│ │ └── Microsoft.AspNetCore.Http.Features.xml
│ ├── Microsoft.AspNetCore.Server.Kestrel.2.2.0
│ │ ├── Microsoft.AspNetCore.Server.Kestrel.2.2.0.nupkg
│ │ └── lib
│ │ └── netstandard2.0
│ │ ├── Microsoft.AspNetCore.Server.Kestrel.dll
│ │ └── Microsoft.AspNetCore.Server.Kestrel.xml
│ ├── Microsoft.AspNetCore.Server.Kestrel.Core.2.2.0
│ │ ├── Microsoft.AspNetCore.Server.Kestrel.Core.2.2.0.nupkg
│ │ └── lib
│ │ ├── netcoreapp2.1
│ │ │ ├── Microsoft.AspNetCore.Server.Kestrel.Core.dll
│ │ │ └── Microsoft.AspNetCore.Server.Kestrel.Core.xml
│ │ └── netstandard2.0
│ │ ├── Microsoft.AspNetCore.Server.Kestrel.Core.dll
│ │ └── Microsoft.AspNetCore.Server.Kestrel.Core.xml
│ ├── Microsoft.AspNetCore.Server.Kestrel.Https.2.2.0
│ │ ├── Microsoft.AspNetCore.Server.Kestrel.Https.2.2.0.nupkg
│ │ └── lib
│ │ ├── netcoreapp2.1
│ │ │ ├── Microsoft.AspNetCore.Server.Kestrel.Https.dll
│ │ │ └── Microsoft.AspNetCore.Server.Kestrel.Https.xml
│ │ └── netstandard2.0
│ │ ├── Microsoft.AspNetCore.Server.Kestrel.Https.dll
│ │ └── Microsoft.AspNetCore.Server.Kestrel.Https.xml
│ ├── Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.2.2.0
│ │ ├── Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.2.2.0.nupkg
│ │ └── lib
│ │ └── netstandard2.0
│ │ ├── Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.dll
│ │ └── Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.xml
│ ├── Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.2.2.1
│ │ ├── Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.2.2.1.nupkg
│ │ └── lib
│ │ ├── netcoreapp2.1
│ │ │ ├── Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll
│ │ │ └── Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.xml
│ │ └── netstandard2.0
│ │ ├── Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll
│ │ └── Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.xml
│ ├── Microsoft.AspNetCore.WebUtilities.2.2.0
│ │ ├── Microsoft.AspNetCore.WebUtilities.2.2.0.nupkg
│ │ └── lib
│ │ └── netstandard2.0
│ │ ├── Microsoft.AspNetCore.WebUtilities.dll
│ │ └── Microsoft.AspNetCore.WebUtilities.xml
│ ├── Microsoft.Extensions.Configuration.2.2.0
│ │ ├── Microsoft.Extensions.Configuration.2.2.0.nupkg
│ │ └── lib
│ │ └── netstandard2.0
│ │ ├── Microsoft.Extensions.Configuration.dll
│ │ └── Microsoft.Extensions.Configuration.xml
│ ├── Microsoft.Extensions.Configuration.Abstractions.2.2.0
│ │ ├── Microsoft.Extensions.Configuration.Abstractions.2.2.0.nupkg
│ │ └── lib
│ │ └── netstandard2.0
│ │ ├── Microsoft.Extensions.Configuration.Abstractions.dll
│ │ └── Microsoft.Extensions.Configuration.Abstractions.xml
│ ├── Microsoft.Extensions.Configuration.Binder.2.2.0
│ │ ├── Microsoft.Extensions.Configuration.Binder.2.2.0.nupkg
│ │ └── lib
│ │ └── netstandard2.0
│ │ ├── Microsoft.Extensions.Configuration.Binder.dll
│ │ └── Microsoft.Extensions.Configuration.Binder.xml
│ ├── Microsoft.Extensions.Configuration.EnvironmentVariables.2.2.0
│ │ ├── Microsoft.Extensions.Configuration.EnvironmentVariables.2.2.0.nupkg
│ │ └── lib
│ │ └── netstandard2.0
│ │ ├── Microsoft.Extensions.Configuration.EnvironmentVariables.dll
│ │ └── Microsoft.Extensions.Configuration.EnvironmentVariables.xml
│ ├── Microsoft.Extensions.Configuration.FileExtensions.2.2.0
│ │ ├── Microsoft.Extensions.Configuration.FileExtensions.2.2.0.nupkg
│ │ └── lib
│ │ └── netstandard2.0
│ │ ├── Microsoft.Extensions.Configuration.FileExtensions.dll
│ │ └── Microsoft.Extensions.Configuration.FileExtensions.xml
│ ├── Microsoft.Extensions.DependencyInjection.2.2.0
│ │ ├── Microsoft.Extensions.DependencyInjection.2.2.0.nupkg
│ │ └── lib
│ │ ├── net461
│ │ │ ├── Microsoft.Extensions.DependencyInjection.dll
│ │ │ └── Microsoft.Extensions.DependencyInjection.xml
│ │ ├── netcoreapp2.0
│ │ │ ├── Microsoft.Extensions.DependencyInjection.dll
│ │ │ └── Microsoft.Extensions.DependencyInjection.xml
│ │ └── netstandard2.0
│ │ ├── Microsoft.Extensions.DependencyInjection.dll
│ │ └── Microsoft.Extensions.DependencyInjection.xml
│ ├── Microsoft.Extensions.DependencyInjection.Abstractions.2.2.0
│ │ ├── Microsoft.Extensions.DependencyInjection.Abstractions.2.2.0.nupkg
│ │ └── lib
│ │ └── netstandard2.0
│ │ ├── Microsoft.Extensions.DependencyInjection.Abstractions.dll
│ │ └── Microsoft.Extensions.DependencyInjection.Abstractions.xml
│ ├── Microsoft.Extensions.FileProviders.Abstractions.2.2.0
│ │ ├── Microsoft.Extensions.FileProviders.Abstractions.2.2.0.nupkg
│ │ └── lib
│ │ └── netstandard2.0
│ │ ├── Microsoft.Extensions.FileProviders.Abstractions.dll
│ │ └── Microsoft.Extensions.FileProviders.Abstractions.xml
│ ├── Microsoft.Extensions.FileProviders.Physical.2.2.0
│ │ ├── Microsoft.Extensions.FileProviders.Physical.2.2.0.nupkg
│ │ └── lib
│ │ └── netstandard2.0
│ │ ├── Microsoft.Extensions.FileProviders.Physical.dll
│ │ └── Microsoft.Extensions.FileProviders.Physical.xml
│ ├── Microsoft.Extensions.FileSystemGlobbing.2.2.0
│ │ ├── Microsoft.Extensions.FileSystemGlobbing.2.2.0.nupkg
│ │ └── lib
│ │ └── netstandard2.0
│ │ ├── Microsoft.Extensions.FileSystemGlobbing.dll
│ │ └── Microsoft.Extensions.FileSystemGlobbing.xml
│ ├── Microsoft.Extensions.Hosting.Abstractions.2.2.0
│ │ ├── Microsoft.Extensions.Hosting.Abstractions.2.2.0.nupkg
│ │ └── lib
│ │ └── netstandard2.0
│ │ ├── Microsoft.Extensions.Hosting.Abstractions.dll
│ │ └── Microsoft.Extensions.Hosting.Abstractions.xml
│ ├── Microsoft.Extensions.Logging.2.2.0
│ │ ├── Microsoft.Extensions.Logging.2.2.0.nupkg
│ │ └── lib
│ │ └── netstandard2.0
│ │ ├── Microsoft.Extensions.Logging.dll
│ │ └── Microsoft.Extensions.Logging.xml
│ ├── Microsoft.Extensions.Logging.Abstractions.2.2.0
│ │ ├── Microsoft.Extensions.Logging.Abstractions.2.2.0.nupkg
│ │ └── lib
│ │ └── netstandard2.0
│ │ ├── Microsoft.Extensions.Logging.Abstractions.dll
│ │ └── Microsoft.Extensions.Logging.Abstractions.xml
│ ├── Microsoft.Extensions.ObjectPool.2.2.0
│ │ ├── Microsoft.Extensions.ObjectPool.2.2.0.nupkg
│ │ └── lib
│ │ └── netstandard2.0
│ │ ├── Microsoft.Extensions.ObjectPool.dll
│ │ └── Microsoft.Extensions.ObjectPool.xml
│ ├── Microsoft.Extensions.Options.2.2.0
│ │ ├── Microsoft.Extensions.Options.2.2.0.nupkg
│ │ └── lib
│ │ └── netstandard2.0
│ │ ├── Microsoft.Extensions.Options.dll
│ │ └── Microsoft.Extensions.Options.xml
│ ├── Microsoft.Extensions.Primitives.2.2.0
│ │ ├── Microsoft.Extensions.Primitives.2.2.0.nupkg
│ │ └── lib
│ │ └── netstandard2.0
│ │ ├── Microsoft.Extensions.Primitives.dll
│ │ └── Microsoft.Extensions.Primitives.xml
│ ├── Microsoft.Net.Http.Headers.2.2.0
│ │ ├── Microsoft.Net.Http.Headers.2.2.0.nupkg
│ │ └── lib
│ │ └── netstandard2.0
│ │ ├── Microsoft.Net.Http.Headers.dll
│ │ └── Microsoft.Net.Http.Headers.xml
│ ├── Newtonsoft.Json.12.0.3
│ │ ├── LICENSE.md
│ │ ├── Newtonsoft.Json.12.0.3.nupkg
│ │ ├── lib
│ │ │ ├── net20
│ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ └── Newtonsoft.Json.xml
│ │ │ ├── net35
│ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ └── Newtonsoft.Json.xml
│ │ │ ├── net40
│ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ └── Newtonsoft.Json.xml
│ │ │ ├── net45
│ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ └── Newtonsoft.Json.xml
│ │ │ ├── netstandard1.0
│ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ └── Newtonsoft.Json.xml
│ │ │ ├── netstandard1.3
│ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ └── Newtonsoft.Json.xml
│ │ │ ├── netstandard2.0
│ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ └── Newtonsoft.Json.xml
│ │ │ ├── portable-net40 sl5 win8 wp8 wpa81
│ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ └── Newtonsoft.Json.xml
│ │ │ └── portable-net45 win8 wp8 wpa81
│ │ │ ├── Newtonsoft.Json.dll
│ │ │ └── Newtonsoft.Json.xml
│ │ └── packageIcon.png
│ ├── OPCFoundation.NetStandard.Opc.Ua.1.4.365.23
│ │ ├── OPCFoundation.NetStandard.Opc.Ua.1.4.365.23.nupkg
│ │ ├── images
│ │ │ └── logo.jpg
│ │ └── licenses
│ │ └── LICENSE.txt
│ ├── OPCFoundation.NetStandard.Opc.Ua.Bindings.Https.1.4.365.23
│ │ ├── OPCFoundation.NetStandard.Opc.Ua.Bindings.Https.1.4.365.23.nupkg
│ │ ├── images
│ │ │ └── logo.jpg
│ │ ├── lib
│ │ │ ├── net462
│ │ │ │ ├── Opc.Ua.Bindings.Https.dll
│ │ │ │ └── Opc.Ua.Bindings.Https.xml
│ │ │ ├── netstandard2.0
│ │ │ │ ├── Opc.Ua.Bindings.Https.dll
│ │ │ │ └── Opc.Ua.Bindings.Https.xml
│ │ │ └── netstandard2.1
│ │ │ ├── Opc.Ua.Bindings.Https.dll
│ │ │ └── Opc.Ua.Bindings.Https.xml
│ │ └── licenses
│ │ └── LICENSE.txt
│ ├── OPCFoundation.NetStandard.Opc.Ua.Client.1.4.365.23
│ │ ├── OPCFoundation.NetStandard.Opc.Ua.Client.1.4.365.23.nupkg
│ │ ├── images
│ │ │ └── logo.jpg
│ │ ├── lib
│ │ │ ├── net462
│ │ │ │ ├── Opc.Ua.Client.dll
│ │ │ │ └── Opc.Ua.Client.xml
│ │ │ ├── netstandard2.0
│ │ │ │ ├── Opc.Ua.Client.dll
│ │ │ │ └── Opc.Ua.Client.xml
│ │ │ └── netstandard2.1
│ │ │ ├── Opc.Ua.Client.dll
│ │ │ └── Opc.Ua.Client.xml
│ │ └── licenses
│ │ └── LICENSE.txt
│ ├── OPCFoundation.NetStandard.Opc.Ua.Configuration.1.4.365.23
│ │ ├── OPCFoundation.NetStandard.Opc.Ua.Configuration.1.4.365.23.nupkg
│ │ ├── images
│ │ │ └── logo.jpg
│ │ ├── lib
│ │ │ ├── net462
│ │ │ │ ├── Opc.Ua.Configuration.dll
│ │ │ │ └── Opc.Ua.Configuration.xml
│ │ │ ├── netstandard2.0
│ │ │ │ ├── Opc.Ua.Configuration.dll
│ │ │ │ └── Opc.Ua.Configuration.xml
│ │ │ └── netstandard2.1
│ │ │ ├── Opc.Ua.Configuration.dll
│ │ │ └── Opc.Ua.Configuration.xml
│ │ └── licenses
│ │ └── LICENSE.txt
│ ├── OPCFoundation.NetStandard.Opc.Ua.Core.1.4.365.23
│ │ ├── OPCFoundation.NetStandard.Opc.Ua.Core.1.4.365.23.nupkg
│ │ ├── images
│ │ │ └── logo.jpg
│ │ ├── lib
│ │ │ ├── net462
│ │ │ │ ├── Opc.Ua.Core.dll
│ │ │ │ └── Opc.Ua.Core.xml
│ │ │ ├── netstandard2.0
│ │ │ │ ├── Opc.Ua.Core.dll
│ │ │ │ └── Opc.Ua.Core.xml
│ │ │ └── netstandard2.1
│ │ │ ├── Opc.Ua.Core.dll
│ │ │ └── Opc.Ua.Core.xml
│ │ └── licenses
│ │ └── LICENSE.txt
│ ├── OPCFoundation.NetStandard.Opc.Ua.Gds.Client.Common.1.4.365.23
│ │ ├── OPCFoundation.NetStandard.Opc.Ua.Gds.Client.Common.1.4.365.23.nupkg
│ │ ├── images
│ │ │ └── logo.jpg
│ │ ├── lib
│ │ │ ├── net462
│ │ │ │ ├── Opc.Ua.Gds.Client.Common.dll
│ │ │ │ └── Opc.Ua.Gds.Client.Common.xml
│ │ │ ├── netstandard2.0
│ │ │ │ ├── Opc.Ua.Gds.Client.Common.dll
│ │ │ │ └── Opc.Ua.Gds.Client.Common.xml
│ │ │ └── netstandard2.1
│ │ │ ├── Opc.Ua.Gds.Client.Common.dll
│ │ │ └── Opc.Ua.Gds.Client.Common.xml
│ │ └── licenses
│ │ └── LICENSE.txt
│ ├── OPCFoundation.NetStandard.Opc.Ua.Gds.Server.Common.1.4.365.23
│ │ ├── OPCFoundation.NetStandard.Opc.Ua.Gds.Server.Common.1.4.365.23.nupkg
│ │ ├── images
│ │ │ └── logo.jpg
│ │ ├── lib
│ │ │ ├── net462
│ │ │ │ ├── Opc.Ua.Gds.Server.Common.dll
│ │ │ │ └── Opc.Ua.Gds.Server.Common.xml
│ │ │ ├── netstandard2.0
│ │ │ │ ├── Opc.Ua.Gds.Server.Common.dll
│ │ │ │ └── Opc.Ua.Gds.Server.Common.xml
│ │ │ └── netstandard2.1
│ │ │ ├── Opc.Ua.Gds.Server.Common.dll
│ │ │ └── Opc.Ua.Gds.Server.Common.xml
│ │ └── licenses
│ │ └── LICENSE.txt
│ ├── OPCFoundation.NetStandard.Opc.Ua.Security.Certificates.1.4.365.23
│ │ ├── OPCFoundation.NetStandard.Opc.Ua.Security.Certificates.1.4.365.23.nupkg
│ │ ├── images
│ │ │ └── logo.jpg
│ │ ├── lib
│ │ │ ├── net462
│ │ │ │ ├── Opc.Ua.Security.Certificates.dll
│ │ │ │ └── Opc.Ua.Security.Certificates.xml
│ │ │ ├── netstandard2.0
│ │ │ │ ├── Opc.Ua.Security.Certificates.dll
│ │ │ │ └── Opc.Ua.Security.Certificates.xml
│ │ │ └── netstandard2.1
│ │ │ ├── Opc.Ua.Security.Certificates.dll
│ │ │ └── Opc.Ua.Security.Certificates.xml
│ │ └── licenses
│ │ └── LICENSE.txt
│ ├── OPCFoundation.NetStandard.Opc.Ua.Server.1.4.365.23
│ │ ├── OPCFoundation.NetStandard.Opc.Ua.Server.1.4.365.23.nupkg
│ │ ├── images
│ │ │ └── logo.jpg
│ │ ├── lib
│ │ │ ├── net462
│ │ │ │ ├── Opc.Ua.Server.dll
│ │ │ │ └── Opc.Ua.Server.xml
│ │ │ ├── netstandard2.0
│ │ │ │ ├── Opc.Ua.Server.dll
│ │ │ │ └── Opc.Ua.Server.xml
│ │ │ └── netstandard2.1
│ │ │ ├── Opc.Ua.Server.dll
│ │ │ └── Opc.Ua.Server.xml
│ │ └── licenses
│ │ └── LICENSE.txt
│ ├── OpcUaHelper.2.1.3
│ │ ├── OpcUaHelper.2.1.3.nupkg
│ │ └── lib
│ │ ├── net461
│ │ │ ├── OpcUaHelper.dll
│ │ │ └── OpcUaHelper.xml
│ │ ├── netstandard2.0
│ │ │ ├── OpcUaHelper.dll
│ │ │ └── OpcUaHelper.xml
│ │ └── netstandard2.1
│ │ ├── OpcUaHelper.dll
│ │ └── OpcUaHelper.xml
│ ├── Portable.BouncyCastle.1.8.9
│ │ ├── Portable.BouncyCastle.1.8.9.nupkg
│ │ └── lib
│ │ ├── net40
│ │ │ ├── BouncyCastle.Crypto.dll
│ │ │ └── BouncyCastle.Crypto.xml
│ │ └── netstandard2.0
│ │ ├── BouncyCastle.Crypto.dll
│ │ └── BouncyCastle.Crypto.xml
│ ├── System.Buffers.4.5.1
│ │ ├── LICENSE.TXT
│ │ ├── System.Buffers.4.5.1.nupkg
│ │ ├── THIRD-PARTY-NOTICES.TXT
│ │ ├── lib
│ │ │ ├── net461
│ │ │ │ ├── System.Buffers.dll
│ │ │ │ └── System.Buffers.xml
│ │ │ ├── netcoreapp2.0
│ │ │ │ └── _._
│ │ │ ├── netstandard1.1
│ │ │ │ ├── System.Buffers.dll
│ │ │ │ └── System.Buffers.xml
│ │ │ ├── netstandard2.0
│ │ │ │ ├── System.Buffers.dll
│ │ │ │ └── System.Buffers.xml
│ │ │ └── uap10.0.16299
│ │ │ └── _._
│ │ ├── ref
│ │ │ ├── net45
│ │ │ │ ├── System.Buffers.dll
│ │ │ │ └── System.Buffers.xml
│ │ │ ├── netcoreapp2.0
│ │ │ │ └── _._
│ │ │ ├── netstandard1.1
│ │ │ │ ├── System.Buffers.dll
│ │ │ │ └── System.Buffers.xml
│ │ │ ├── netstandard2.0
│ │ │ │ ├── System.Buffers.dll
│ │ │ │ └── System.Buffers.xml
│ │ │ └── uap10.0.16299
│ │ │ └── _._
│ │ ├── useSharedDesignerContext.txt
│ │ └── version.txt
│ ├── System.Collections.Immutable.1.5.0
│ │ ├── LICENSE.TXT
│ │ ├── System.Collections.Immutable.1.5.0.nupkg
│ │ ├── THIRD-PARTY-NOTICES.TXT
│ │ ├── lib
│ │ │ ├── netstandard1.0
│ │ │ │ ├── System.Collections.Immutable.dll
│ │ │ │ └── System.Collections.Immutable.xml
│ │ │ ├── netstandard1.3
│ │ │ │ ├── System.Collections.Immutable.dll
│ │ │ │ └── System.Collections.Immutable.xml
│ │ │ ├── netstandard2.0
│ │ │ │ ├── System.Collections.Immutable.dll
│ │ │ │ └── System.Collections.Immutable.xml
│ │ │ └── portable-net45 win8 wp8 wpa81
│ │ │ ├── System.Collections.Immutable.dll
│ │ │ └── System.Collections.Immutable.xml
│ │ ├── useSharedDesignerContext.txt
│ │ └── version.txt
│ ├── System.ComponentModel.Annotations.4.5.0
│ │ ├── LICENSE.TXT
│ │ ├── System.ComponentModel.Annotations.4.5.0.nupkg
│ │ ├── THIRD-PARTY-NOTICES.TXT
│ │ ├── lib
│ │ │ ├── MonoAndroid10
│ │ │ │ └── _._
│ │ │ ├── MonoTouch10
│ │ │ │ └── _._
│ │ │ ├── net45
│ │ │ │ └── _._
│ │ │ ├── net461
│ │ │ │ └── System.ComponentModel.Annotations.dll
│ │ │ ├── netcore50
│ │ │ │ └── System.ComponentModel.Annotations.dll
│ │ │ ├── netcoreapp2.0
│ │ │ │ └── _._
│ │ │ ├── netstandard1.4
│ │ │ │ └── System.ComponentModel.Annotations.dll
│ │ │ ├── netstandard2.0
│ │ │ │ └── System.ComponentModel.Annotations.dll
│ │ │ ├── portable-net45 win8
│ │ │ │ └── _._
│ │ │ ├── uap10.0.16299
│ │ │ │ └── _._
│ │ │ ├── win8
│ │ │ │ └── _._
│ │ │ ├── xamarinios10
│ │ │ │ └── _._
│ │ │ ├── xamarinmac20
│ │ │ │ └── _._
│ │ │ ├── xamarintvos10
│ │ │ │ └── _._
│ │ │ └── xamarinwatchos10
│ │ │ └── _._
│ │ ├── ref
│ │ │ ├── MonoAndroid10
│ │ │ │ └── _._
│ │ │ ├── MonoTouch10
│ │ │ │ └── _._
│ │ │ ├── net45
│ │ │ │ └── _._
│ │ │ ├── net461
│ │ │ │ ├── System.ComponentModel.Annotations.dll
│ │ │ │ └── System.ComponentModel.Annotations.xml
│ │ │ ├── netcore50
│ │ │ │ ├── System.ComponentModel.Annotations.dll
│ │ │ │ ├── System.ComponentModel.Annotations.xml
│ │ │ │ ├── de
│ │ │ │ │ └── System.ComponentModel.Annotations.xml
│ │ │ │ ├── es
│ │ │ │ │ └── System.ComponentModel.Annotations.xml
│ │ │ │ ├── fr
│ │ │ │ │ └── System.ComponentModel.Annotations.xml
│ │ │ │ ├── it
│ │ │ │ │ └── System.ComponentModel.Annotations.xml
│ │ │ │ ├── ja
│ │ │ │ │ └── System.ComponentModel.Annotations.xml
│ │ │ │ ├── ko
│ │ │ │ │ └── System.ComponentModel.Annotations.xml
│ │ │ │ ├── ru
│ │ │ │ │ └── System.ComponentModel.Annotations.xml
│ │ │ │ ├── zh-hans
│ │ │ │ │ └── System.ComponentModel.Annotations.xml
│ │ │ │ └── zh-hant
│ │ │ │ └── System.ComponentModel.Annotations.xml
│ │ │ ├── netcoreapp2.0
│ │ │ │ └── _._
│ │ │ ├── netstandard1.1
│ │ │ │ ├── System.ComponentModel.Annotations.dll
│ │ │ │ ├── System.ComponentModel.Annotations.xml
│ │ │ │ ├── de
│ │ │ │ │ └── System.ComponentModel.Annotations.xml
│ │ │ │ ├── es
│ │ │ │ │ └── System.ComponentModel.Annotations.xml
│ │ │ │ ├── fr
│ │ │ │ │ └── System.ComponentModel.Annotations.xml
│ │ │ │ ├── it
│ │ │ │ │ └── System.ComponentModel.Annotations.xml
│ │ │ │ ├── ja
│ │ │ │ │ └── System.ComponentModel.Annotations.xml
│ │ │ │ ├── ko
│ │ │ │ │ └── System.ComponentModel.Annotations.xml
│ │ │ │ ├── ru
│ │ │ │ │ └── System.ComponentModel.Annotations.xml
│ │ │ │ ├── zh-hans
│ │ │ │ │ └── System.ComponentModel.Annotations.xml
│ │ │ │ └── zh-hant
│ │ │ │ └── System.ComponentModel.Annotations.xml
│ │ │ ├── netstandard1.3
│ │ │ │ ├── System.ComponentModel.Annotations.dll
│ │ │ │ ├── System.ComponentModel.Annotations.xml
│ │ │ │ ├── de
│ │ │ │ │ └── System.ComponentModel.Annotations.xml
│ │ │ │ ├── es
│ │ │ │ │ └── System.ComponentModel.Annotations.xml
│ │ │ │ ├── fr
│ │ │ │ │ └── System.ComponentModel.Annotations.xml
│ │ │ │ ├── it
│ │ │ │ │ └── System.ComponentModel.Annotations.xml
│ │ │ │ ├── ja
│ │ │ │ │ └── System.ComponentModel.Annotations.xml
│ │ │ │ ├── ko
│ │ │ │ │ └── System.ComponentModel.Annotations.xml
│ │ │ │ ├── ru
│ │ │ │ │ └── System.ComponentModel.Annotations.xml
│ │ │ │ ├── zh-hans
│ │ │ │ │ └── System.ComponentModel.Annotations.xml
│ │ │ │ └── zh-hant
│ │ │ │ └── System.ComponentModel.Annotations.xml
│ │ │ ├── netstandard1.4
│ │ │ │ ├── System.ComponentModel.Annotations.dll
│ │ │ │ ├── System.ComponentModel.Annotations.xml
│ │ │ │ ├── de
│ │ │ │ │ └── System.ComponentModel.Annotations.xml
│ │ │ │ ├── es
│ │ │ │ │ └── System.ComponentModel.Annotations.xml
│ │ │ │ ├── fr
│ │ │ │ │ └── System.ComponentModel.Annotations.xml
│ │ │ │ ├── it
│ │ │ │ │ └── System.ComponentModel.Annotations.xml
│ │ │ │ ├── ja
│ │ │ │ │ └── System.ComponentModel.Annotations.xml
│ │ │ │ ├── ko
│ │ │ │ │ └── System.ComponentModel.Annotations.xml
│ │ │ │ ├── ru
│ │ │ │ │ └── System.ComponentModel.Annotations.xml
│ │ │ │ ├── zh-hans
│ │ │ │ │ └── System.ComponentModel.Annotations.xml
│ │ │ │ └── zh-hant
│ │ │ │ └── System.ComponentModel.Annotations.xml
│ │ │ ├── netstandard2.0
│ │ │ │ ├── System.ComponentModel.Annotations.dll
│ │ │ │ └── System.ComponentModel.Annotations.xml
│ │ │ ├── portable-net45 win8
│ │ │ │ └── _._
│ │ │ ├── uap10.0.16299
│ │ │ │ └── _._
│ │ │ ├── win8
│ │ │ │ └── _._
│ │ │ ├── xamarinios10
│ │ │ │ └── _._
│ │ │ ├── xamarinmac20
│ │ │ │ └── _._
│ │ │ ├── xamarintvos10
│ │ │ │ └── _._
│ │ │ └── xamarinwatchos10
│ │ │ └── _._
│ │ ├── useSharedDesignerContext.txt
│ │ └── version.txt
│ ├── System.Diagnostics.DiagnosticSource.4.5.0
│ │ ├── LICENSE.TXT
│ │ ├── System.Diagnostics.DiagnosticSource.4.5.0.nupkg
│ │ ├── THIRD-PARTY-NOTICES.TXT
│ │ ├── lib
│ │ │ ├── net45
│ │ │ │ ├── System.Diagnostics.DiagnosticSource.dll
│ │ │ │ └── System.Diagnostics.DiagnosticSource.xml
│ │ │ ├── net46
│ │ │ │ ├── System.Diagnostics.DiagnosticSource.dll
│ │ │ │ └── System.Diagnostics.DiagnosticSource.xml
│ │ │ ├── netstandard1.1
│ │ │ │ ├── System.Diagnostics.DiagnosticSource.dll
│ │ │ │ └── System.Diagnostics.DiagnosticSource.xml
│ │ │ ├── netstandard1.3
│ │ │ │ ├── System.Diagnostics.DiagnosticSource.dll
│ │ │ │ └── System.Diagnostics.DiagnosticSource.xml
│ │ │ └── portable-net45 win8 wpa81
│ │ │ ├── System.Diagnostics.DiagnosticSource.dll
│ │ │ └── System.Diagnostics.DiagnosticSource.xml
│ │ ├── useSharedDesignerContext.txt
│ │ └── version.txt
│ ├── System.Formats.Asn1.5.0.0
│ │ ├── Icon.png
│ │ ├── LICENSE.TXT
│ │ ├── System.Formats.Asn1.5.0.0.nupkg
│ │ ├── THIRD-PARTY-NOTICES.TXT
│ │ ├── lib
│ │ │ ├── net461
│ │ │ │ ├── System.Formats.Asn1.dll
│ │ │ │ └── System.Formats.Asn1.xml
│ │ │ └── netstandard2.0
│ │ │ ├── System.Formats.Asn1.dll
│ │ │ └── System.Formats.Asn1.xml
│ │ ├── useSharedDesignerContext.txt
│ │ └── version.txt
│ ├── System.IO.Pipelines.4.5.2
│ │ ├── LICENSE.TXT
│ │ ├── System.IO.Pipelines.4.5.2.nupkg
│ │ ├── THIRD-PARTY-NOTICES.TXT
│ │ ├── lib
│ │ │ ├── netcoreapp2.1
│ │ │ │ ├── System.IO.Pipelines.dll
│ │ │ │ └── System.IO.Pipelines.xml
│ │ │ ├── netstandard1.3
│ │ │ │ ├── System.IO.Pipelines.dll
│ │ │ │ └── System.IO.Pipelines.xml
│ │ │ └── netstandard2.0
│ │ │ ├── System.IO.Pipelines.dll
│ │ │ └── System.IO.Pipelines.xml
│ │ ├── ref
│ │ │ └── netstandard1.3
│ │ │ └── System.IO.Pipelines.dll
│ │ ├── useSharedDesignerContext.txt
│ │ └── version.txt
│ ├── System.Memory.4.5.4
│ │ ├── LICENSE.TXT
│ │ ├── System.Memory.4.5.4.nupkg
│ │ ├── THIRD-PARTY-NOTICES.TXT
│ │ ├── lib
│ │ │ ├── net461
│ │ │ │ ├── System.Memory.dll
│ │ │ │ └── System.Memory.xml
│ │ │ ├── netcoreapp2.1
│ │ │ │ └── _._
│ │ │ ├── netstandard1.1
│ │ │ │ ├── System.Memory.dll
│ │ │ │ └── System.Memory.xml
│ │ │ └── netstandard2.0
│ │ │ ├── System.Memory.dll
│ │ │ └── System.Memory.xml
│ │ ├── ref
│ │ │ └── netcoreapp2.1
│ │ │ └── _._
│ │ ├── useSharedDesignerContext.txt
│ │ └── version.txt
│ ├── System.Numerics.Vectors.4.5.0
│ │ ├── LICENSE.TXT
│ │ ├── System.Numerics.Vectors.4.5.0.nupkg
│ │ ├── THIRD-PARTY-NOTICES.TXT
│ │ ├── lib
│ │ │ ├── MonoAndroid10
│ │ │ │ └── _._
│ │ │ ├── MonoTouch10
│ │ │ │ └── _._
│ │ │ ├── net46
│ │ │ │ ├── System.Numerics.Vectors.dll
│ │ │ │ └── System.Numerics.Vectors.xml
│ │ │ ├── netcoreapp2.0
│ │ │ │ └── _._
│ │ │ ├── netstandard1.0
│ │ │ │ ├── System.Numerics.Vectors.dll
│ │ │ │ └── System.Numerics.Vectors.xml
│ │ │ ├── netstandard2.0
│ │ │ │ ├── System.Numerics.Vectors.dll
│ │ │ │ └── System.Numerics.Vectors.xml
│ │ │ ├── portable-net45 win8 wp8 wpa81
│ │ │ │ ├── System.Numerics.Vectors.dll
│ │ │ │ └── System.Numerics.Vectors.xml
│ │ │ ├── uap10.0.16299
│ │ │ │ └── _._
│ │ │ ├── xamarinios10
│ │ │ │ └── _._
│ │ │ ├── xamarinmac20
│ │ │ │ └── _._
│ │ │ ├── xamarintvos10
│ │ │ │ └── _._
│ │ │ └── xamarinwatchos10
│ │ │ └── _._
│ │ ├── ref
│ │ │ ├── MonoAndroid10
│ │ │ │ └── _._
│ │ │ ├── MonoTouch10
│ │ │ │ └── _._
│ │ │ ├── net45
│ │ │ │ ├── System.Numerics.Vectors.dll
│ │ │ │ └── System.Numerics.Vectors.xml
│ │ │ ├── net46
│ │ │ │ ├── System.Numerics.Vectors.dll
│ │ │ │ └── System.Numerics.Vectors.xml
│ │ │ ├── netcoreapp2.0
│ │ │ │ └── _._
│ │ │ ├── netstandard1.0
│ │ │ │ ├── System.Numerics.Vectors.dll
│ │ │ │ └── System.Numerics.Vectors.xml
│ │ │ ├── netstandard2.0
│ │ │ │ ├── System.Numerics.Vectors.dll
│ │ │ │ └── System.Numerics.Vectors.xml
│ │ │ ├── uap10.0.16299
│ │ │ │ └── _._
│ │ │ ├── xamarinios10
│ │ │ │ └── _._
│ │ │ ├── xamarinmac20
│ │ │ │ └── _._
│ │ │ ├── xamarintvos10
│ │ │ │ └── _._
│ │ │ └── xamarinwatchos10
│ │ │ └── _._
│ │ ├── useSharedDesignerContext.txt
│ │ └── version.txt
│ ├── System.Reflection.Metadata.1.6.0
│ │ ├── LICENSE.TXT
│ │ ├── System.Reflection.Metadata.1.6.0.nupkg
│ │ ├── THIRD-PARTY-NOTICES.TXT
│ │ ├── lib
│ │ │ ├── netstandard1.1
│ │ │ │ ├── System.Reflection.Metadata.dll
│ │ │ │ └── System.Reflection.Metadata.xml
│ │ │ ├── netstandard2.0
│ │ │ │ ├── System.Reflection.Metadata.dll
│ │ │ │ └── System.Reflection.Metadata.xml
│ │ │ └── portable-net45 win8
│ │ │ ├── System.Reflection.Metadata.dll
│ │ │ └── System.Reflection.Metadata.xml
│ │ ├── useSharedDesignerContext.txt
│ │ └── version.txt
│ ├── System.Runtime.CompilerServices.Unsafe.4.5.3
│ │ ├── LICENSE.TXT
│ │ ├── System.Runtime.CompilerServices.Unsafe.4.5.3.nupkg
│ │ ├── THIRD-PARTY-NOTICES.TXT
│ │ ├── lib
│ │ │ ├── net461
│ │ │ │ ├── System.Runtime.CompilerServices.Unsafe.dll
│ │ │ │ └── System.Runtime.CompilerServices.Unsafe.xml
│ │ │ ├── netcoreapp2.0
│ │ │ │ ├── System.Runtime.CompilerServices.Unsafe.dll
│ │ │ │ └── System.Runtime.CompilerServices.Unsafe.xml
│ │ │ ├── netstandard1.0
│ │ │ │ ├── System.Runtime.CompilerServices.Unsafe.dll
│ │ │ │ └── System.Runtime.CompilerServices.Unsafe.xml
│ │ │ └── netstandard2.0
│ │ │ ├── System.Runtime.CompilerServices.Unsafe.dll
│ │ │ └── System.Runtime.CompilerServices.Unsafe.xml
│ │ ├── ref
│ │ │ ├── net461
│ │ │ │ ├── System.Runtime.CompilerServices.Unsafe.dll
│ │ │ │ └── System.Runtime.CompilerServices.Unsafe.xml
│ │ │ ├── netstandard1.0
│ │ │ │ ├── System.Runtime.CompilerServices.Unsafe.dll
│ │ │ │ └── System.Runtime.CompilerServices.Unsafe.xml
│ │ │ └── netstandard2.0
│ │ │ ├── System.Runtime.CompilerServices.Unsafe.dll
│ │ │ └── System.Runtime.CompilerServices.Unsafe.xml
│ │ ├── useSharedDesignerContext.txt
│ │ └── version.txt
│ ├── System.Security.Cryptography.Cng.4.5.0
│ │ ├── LICENSE.TXT
│ │ ├── System.Security.Cryptography.Cng.4.5.0.nupkg
│ │ ├── THIRD-PARTY-NOTICES.TXT
│ │ ├── lib
│ │ │ ├── MonoAndroid10
│ │ │ │ └── _._
│ │ │ ├── MonoTouch10
│ │ │ │ └── _._
│ │ │ ├── net46
│ │ │ │ └── System.Security.Cryptography.Cng.dll
│ │ │ ├── net461
│ │ │ │ └── System.Security.Cryptography.Cng.dll
│ │ │ ├── net462
│ │ │ │ └── System.Security.Cryptography.Cng.dll
│ │ │ ├── net47
│ │ │ │ └── System.Security.Cryptography.Cng.dll
│ │ │ ├── netcoreapp2.1
│ │ │ │ └── System.Security.Cryptography.Cng.dll
│ │ │ ├── netstandard1.3
│ │ │ │ └── System.Security.Cryptography.Cng.dll
│ │ │ ├── netstandard1.4
│ │ │ │ └── System.Security.Cryptography.Cng.dll
│ │ │ ├── netstandard1.6
│ │ │ │ └── System.Security.Cryptography.Cng.dll
│ │ │ ├── netstandard2.0
│ │ │ │ └── System.Security.Cryptography.Cng.dll
│ │ │ ├── uap10.0.16299
│ │ │ │ └── _._
│ │ │ ├── xamarinios10
│ │ │ │ └── _._
│ │ │ ├── xamarinmac20
│ │ │ │ └── _._
│ │ │ ├── xamarintvos10
│ │ │ │ └── _._
│ │ │ └── xamarinwatchos10
│ │ │ └── _._
│ │ ├── ref
│ │ │ ├── MonoAndroid10
│ │ │ │ └── _._
│ │ │ ├── MonoTouch10
│ │ │ │ └── _._
│ │ │ ├── net46
│ │ │ │ └── System.Security.Cryptography.Cng.dll
│ │ │ ├── net461
│ │ │ │ ├── System.Security.Cryptography.Cng.dll
│ │ │ │ └── System.Security.Cryptography.Cng.xml
│ │ │ ├── net462
│ │ │ │ ├── System.Security.Cryptography.Cng.dll
│ │ │ │ └── System.Security.Cryptography.Cng.xml
│ │ │ ├── net47
│ │ │ │ ├── System.Security.Cryptography.Cng.dll
│ │ │ │ └── System.Security.Cryptography.Cng.xml
│ │ │ ├── netcoreapp2.0
│ │ │ │ ├── System.Security.Cryptography.Cng.dll
│ │ │ │ └── System.Security.Cryptography.Cng.xml
│ │ │ ├── netcoreapp2.1
│ │ │ │ ├── System.Security.Cryptography.Cng.dll
│ │ │ │ └── System.Security.Cryptography.Cng.xml
│ │ │ ├── netstandard1.3
│ │ │ │ └── System.Security.Cryptography.Cng.dll
│ │ │ ├── netstandard1.4
│ │ │ │ └── System.Security.Cryptography.Cng.dll
│ │ │ ├── netstandard1.6
│ │ │ │ └── System.Security.Cryptography.Cng.dll
│ │ │ ├── netstandard2.0
│ │ │ │ ├── System.Security.Cryptography.Cng.dll
│ │ │ │ └── System.Security.Cryptography.Cng.xml
│ │ │ ├── uap10.0.16299
│ │ │ │ └── _._
│ │ │ ├── xamarinios10
│ │ │ │ └── _._
│ │ │ ├── xamarinmac20
│ │ │ │ └── _._
│ │ │ ├── xamarintvos10
│ │ │ │ └── _._
│ │ │ └── xamarinwatchos10
│ │ │ └── _._
│ │ ├── runtimes
│ │ │ └── win
│ │ │ └── lib
│ │ │ ├── net46
│ │ │ │ └── System.Security.Cryptography.Cng.dll
│ │ │ ├── net461
│ │ │ │ └── System.Security.Cryptography.Cng.dll
│ │ │ ├── net462
│ │ │ │ └── System.Security.Cryptography.Cng.dll
│ │ │ ├── net47
│ │ │ │ └── System.Security.Cryptography.Cng.dll
│ │ │ ├── netcoreapp2.0
│ │ │ │ └── System.Security.Cryptography.Cng.dll
│ │ │ ├── netcoreapp2.1
│ │ │ │ └── System.Security.Cryptography.Cng.dll
│ │ │ ├── netstandard1.4
│ │ │ │ └── System.Security.Cryptography.Cng.dll
│ │ │ ├── netstandard1.6
│ │ │ │ └── System.Security.Cryptography.Cng.dll
│ │ │ └── uap10.0.16299
│ │ │ └── _._
│ │ ├── useSharedDesignerContext.txt
│ │ └── version.txt
│ ├── System.Text.Encodings.Web.4.5.0
│ │ ├── LICENSE.TXT
│ │ ├── System.Text.Encodings.Web.4.5.0.nupkg
│ │ ├── THIRD-PARTY-NOTICES.TXT
│ │ ├── lib
│ │ │ ├── netstandard1.0
│ │ │ │ ├── System.Text.Encodings.Web.dll
│ │ │ │ └── System.Text.Encodings.Web.xml
│ │ │ └── netstandard2.0
│ │ │ ├── System.Text.Encodings.Web.dll
│ │ │ └── System.Text.Encodings.Web.xml
│ │ ├── useSharedDesignerContext.txt
│ │ └── version.txt
│ ├── System.Threading.Tasks.Extensions.4.5.1
│ │ ├── LICENSE.TXT
│ │ ├── System.Threading.Tasks.Extensions.4.5.1.nupkg
│ │ ├── THIRD-PARTY-NOTICES.TXT
│ │ ├── lib
│ │ │ ├── MonoAndroid10
│ │ │ │ └── _._
│ │ │ ├── MonoTouch10
│ │ │ │ └── _._
│ │ │ ├── netcoreapp2.1
│ │ │ │ └── _._
│ │ │ ├── netstandard1.0
│ │ │ │ ├── System.Threading.Tasks.Extensions.dll
│ │ │ │ └── System.Threading.Tasks.Extensions.xml
│ │ │ ├── netstandard2.0
│ │ │ │ ├── System.Threading.Tasks.Extensions.dll
│ │ │ │ └── System.Threading.Tasks.Extensions.xml
│ │ │ ├── portable-net45 win8 wp8 wpa81
│ │ │ │ ├── System.Threading.Tasks.Extensions.dll
│ │ │ │ └── System.Threading.Tasks.Extensions.xml
│ │ │ ├── xamarinios10
│ │ │ │ └── _._
│ │ │ ├── xamarinmac20
│ │ │ │ └── _._
│ │ │ ├── xamarintvos10
│ │ │ │ └── _._
│ │ │ └── xamarinwatchos10
│ │ │ └── _._
│ │ ├── ref
│ │ │ ├── MonoAndroid10
│ │ │ │ └── _._
│ │ │ ├── MonoTouch10
│ │ │ │ └── _._
│ │ │ ├── netcoreapp2.1
│ │ │ │ └── _._
│ │ │ ├── netstandard1.0
│ │ │ │ ├── System.Threading.Tasks.Extensions.dll
│ │ │ │ └── System.Threading.Tasks.Extensions.xml
│ │ │ ├── netstandard2.0
│ │ │ │ ├── System.Threading.Tasks.Extensions.dll
│ │ │ │ └── System.Threading.Tasks.Extensions.xml
│ │ │ ├── xamarinios10
│ │ │ │ └── _._
│ │ │ ├── xamarinmac20
│ │ │ │ └── _._
│ │ │ ├── xamarintvos10
│ │ │ │ └── _._
│ │ │ └── xamarinwatchos10
│ │ │ └── _._
│ │ ├── useSharedDesignerContext.txt
│ │ └── version.txt
│ └── System.ValueTuple.4.5.0
│ ├── LICENSE.TXT
│ ├── System.ValueTuple.4.5.0.nupkg
│ ├── THIRD-PARTY-NOTICES.TXT
│ ├── lib
│ │ ├── MonoAndroid10
│ │ │ └── _._
│ │ ├── MonoTouch10
│ │ │ └── _._
│ │ ├── net461
│ │ │ ├── System.ValueTuple.dll
│ │ │ └── System.ValueTuple.xml
│ │ ├── net47
│ │ │ ├── System.ValueTuple.dll
│ │ │ └── System.ValueTuple.xml
│ │ ├── netcoreapp2.0
│ │ │ └── _._
│ │ ├── netstandard1.0
│ │ │ ├── System.ValueTuple.dll
│ │ │ └── System.ValueTuple.xml
│ │ ├── netstandard2.0
│ │ │ └── _._
│ │ ├── portable-net40 sl4 win8 wp8
│ │ │ ├── System.ValueTuple.dll
│ │ │ └── System.ValueTuple.xml
│ │ ├── uap10.0.16299
│ │ │ └── _._
│ │ ├── xamarinios10
│ │ │ └── _._
│ │ ├── xamarinmac20
│ │ │ └── _._
│ │ ├── xamarintvos10
│ │ │ └── _._
│ │ └── xamarinwatchos10
│ │ └── _._
│ ├── ref
│ │ ├── MonoAndroid10
│ │ │ └── _._
│ │ ├── MonoTouch10
│ │ │ └── _._
│ │ ├── net461
│ │ │ └── System.ValueTuple.dll
│ │ ├── net47
│ │ │ └── System.ValueTuple.dll
│ │ ├── netcoreapp2.0
│ │ │ └── _._
│ │ ├── netstandard2.0
│ │ │ └── _._
│ │ ├── portable-net40 sl4 win8 wp8
│ │ │ └── System.ValueTuple.dll
│ │ ├── uap10.0.16299
│ │ │ └── _._
│ │ ├── xamarinios10
│ │ │ └── _._
│ │ ├── xamarinmac20
│ │ │ └── _._
│ │ ├── xamarintvos10
│ │ │ └── _._
│ │ └── xamarinwatchos10
│ │ └── _._
│ ├── useSharedDesignerContext.txt
│ └── version.txt
└── 好例子网_OPC UA_数据采集.zip
448 directories, 717 files
相关软件
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论