在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → C# WebSocket使用实例源码,包含服务端和客户端

C# WebSocket使用实例源码,包含服务端和客户端

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:30.14M
  • 下载次数:34
  • 浏览次数:448
  • 发布时间:2021-11-17
  • 实例类别:一般编程问题
  • 发 布 人:js2021
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
websocket实际列子,用vs2017编写的,包含服务端和客户端。 只需要将IP修改了就可以运行,可以 传输文本,图像,datatable数据
【实例截图】
【核心代码】
16359647342809645910.zip
└── WebSocketDome
├── packages
│   ├── Fleck.1.1.0
│   │   ├── Fleck.1.1.0.nupkg
│   │   └── lib
│   │   ├── net40
│   │   │   └── Fleck.dll
│   │   ├── net45
│   │   │   └── Fleck.dll
│   │   ├── netcoreapp2.0
│   │   │   └── Fleck.dll
│   │   └── netstandard2.0
│   │   └── Fleck.dll
│   ├── Newtonsoft.Json.12.0.3
│   │   ├── 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
│   │   ├── LICENSE.md
│   │   ├── Newtonsoft.Json.12.0.3.nupkg
│   │   └── packageIcon.png
│   ├── NLog.4.6.8
│   │   ├── lib
│   │   │   ├── monoandroid44
│   │   │   │   ├── NLog.dll
│   │   │   │   └── NLog.xml
│   │   │   ├── net35
│   │   │   │   ├── NLog.dll
│   │   │   │   └── NLog.xml
│   │   │   ├── net40-client
│   │   │   │   ├── NLog.dll
│   │   │   │   └── NLog.xml
│   │   │   ├── net45
│   │   │   │   ├── NLog.dll
│   │   │   │   └── NLog.xml
│   │   │   ├── netstandard1.3
│   │   │   │   ├── NLog.dll
│   │   │   │   └── NLog.xml
│   │   │   ├── netstandard1.5
│   │   │   │   ├── NLog.dll
│   │   │   │   └── NLog.xml
│   │   │   ├── netstandard2.0
│   │   │   │   ├── NLog.dll
│   │   │   │   └── NLog.xml
│   │   │   ├── sl4
│   │   │   │   ├── NLog.dll
│   │   │   │   └── NLog.xml
│   │   │   ├── sl5
│   │   │   │   ├── NLog.dll
│   │   │   │   └── NLog.xml
│   │   │   ├── wp8
│   │   │   │   ├── NLog.dll
│   │   │   │   └── NLog.xml
│   │   │   └── xamarinios10
│   │   │   ├── NLog.dll
│   │   │   └── NLog.xml
│   │   └── NLog.4.6.8.nupkg
│   ├── SuperSocket.ClientEngine.Core.0.10.0
│   │   ├── lib
│   │   │   ├── net20
│   │   │   │   └── SuperSocket.ClientEngine.dll
│   │   │   ├── net35-client
│   │   │   │   └── SuperSocket.ClientEngine.dll
│   │   │   ├── net40-client
│   │   │   │   └── SuperSocket.ClientEngine.dll
│   │   │   ├── net45
│   │   │   │   └── SuperSocket.ClientEngine.dll
│   │   │   ├── netstandard1.3
│   │   │   │   └── SuperSocket.ClientEngine.dll
│   │   │   └── sl50
│   │   │   └── SuperSocket.ClientEngine.dll
│   │   └── SuperSocket.ClientEngine.Core.0.10.0.nupkg
│   ├── System.Collections.Specialized.4.3.0
│   │   ├── dotnet_library_license.txt
│   │   ├── lib
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net46
│   │   │   │   └── System.Collections.Specialized.dll
│   │   │   ├── netstandard1.3
│   │   │   │   └── System.Collections.Specialized.dll
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │   └── _._
│   │   ├── ref
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net46
│   │   │   │   └── System.Collections.Specialized.dll
│   │   │   ├── netstandard1.3
│   │   │   │   ├── de
│   │   │   │   │   └── System.Collections.Specialized.xml
│   │   │   │   ├── es
│   │   │   │   │   └── System.Collections.Specialized.xml
│   │   │   │   ├── fr
│   │   │   │   │   └── System.Collections.Specialized.xml
│   │   │   │   ├── it
│   │   │   │   │   └── System.Collections.Specialized.xml
│   │   │   │   ├── ja
│   │   │   │   │   └── System.Collections.Specialized.xml
│   │   │   │   ├── ko
│   │   │   │   │   └── System.Collections.Specialized.xml
│   │   │   │   ├── ru
│   │   │   │   │   └── System.Collections.Specialized.xml
│   │   │   │   ├── System.Collections.Specialized.dll
│   │   │   │   ├── System.Collections.Specialized.xml
│   │   │   │   ├── zh-hans
│   │   │   │   │   └── System.Collections.Specialized.xml
│   │   │   │   └── zh-hant
│   │   │   │   └── System.Collections.Specialized.xml
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │   └── _._
│   │   ├── System.Collections.Specialized.4.3.0.nupkg
│   │   └── ThirdPartyNotices.txt
│   ├── System.Linq.4.3.0
│   │   ├── dotnet_library_license.txt
│   │   ├── lib
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net45
│   │   │   │   └── _._
│   │   │   ├── net463
│   │   │   │   └── System.Linq.dll
│   │   │   ├── netcore50
│   │   │   │   └── System.Linq.dll
│   │   │   ├── netstandard1.6
│   │   │   │   └── System.Linq.dll
│   │   │   ├── portable-net45+win8+wp8+wpa81
│   │   │   │   └── _._
│   │   │   ├── win8
│   │   │   │   └── _._
│   │   │   ├── wp80
│   │   │   │   └── _._
│   │   │   ├── wpa81
│   │   │   │   └── _._
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │   └── _._
│   │   ├── ref
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net45
│   │   │   │   └── _._
│   │   │   ├── net463
│   │   │   │   └── System.Linq.dll
│   │   │   ├── netcore50
│   │   │   │   ├── de
│   │   │   │   │   └── System.Linq.xml
│   │   │   │   ├── es
│   │   │   │   │   └── System.Linq.xml
│   │   │   │   ├── fr
│   │   │   │   │   └── System.Linq.xml
│   │   │   │   ├── it
│   │   │   │   │   └── System.Linq.xml
│   │   │   │   ├── ja
│   │   │   │   │   └── System.Linq.xml
│   │   │   │   ├── ko
│   │   │   │   │   └── System.Linq.xml
│   │   │   │   ├── ru
│   │   │   │   │   └── System.Linq.xml
│   │   │   │   ├── System.Linq.dll
│   │   │   │   ├── System.Linq.xml
│   │   │   │   ├── zh-hans
│   │   │   │   │   └── System.Linq.xml
│   │   │   │   └── zh-hant
│   │   │   │   └── System.Linq.xml
│   │   │   ├── netstandard1.0
│   │   │   │   ├── de
│   │   │   │   │   └── System.Linq.xml
│   │   │   │   ├── es
│   │   │   │   │   └── System.Linq.xml
│   │   │   │   ├── fr
│   │   │   │   │   └── System.Linq.xml
│   │   │   │   ├── it
│   │   │   │   │   └── System.Linq.xml
│   │   │   │   ├── ja
│   │   │   │   │   └── System.Linq.xml
│   │   │   │   ├── ko
│   │   │   │   │   └── System.Linq.xml
│   │   │   │   ├── ru
│   │   │   │   │   └── System.Linq.xml
│   │   │   │   ├── System.Linq.dll
│   │   │   │   ├── System.Linq.xml
│   │   │   │   ├── zh-hans
│   │   │   │   │   └── System.Linq.xml
│   │   │   │   └── zh-hant
│   │   │   │   └── System.Linq.xml
│   │   │   ├── netstandard1.6
│   │   │   │   ├── de
│   │   │   │   │   └── System.Linq.xml
│   │   │   │   ├── es
│   │   │   │   │   └── System.Linq.xml
│   │   │   │   ├── fr
│   │   │   │   │   └── System.Linq.xml
│   │   │   │   ├── it
│   │   │   │   │   └── System.Linq.xml
│   │   │   │   ├── ja
│   │   │   │   │   └── System.Linq.xml
│   │   │   │   ├── ko
│   │   │   │   │   └── System.Linq.xml
│   │   │   │   ├── ru
│   │   │   │   │   └── System.Linq.xml
│   │   │   │   ├── System.Linq.dll
│   │   │   │   ├── System.Linq.xml
│   │   │   │   ├── zh-hans
│   │   │   │   │   └── System.Linq.xml
│   │   │   │   └── zh-hant
│   │   │   │   └── System.Linq.xml
│   │   │   ├── portable-net45+win8+wp8+wpa81
│   │   │   │   └── _._
│   │   │   ├── win8
│   │   │   │   └── _._
│   │   │   ├── wp80
│   │   │   │   └── _._
│   │   │   ├── wpa81
│   │   │   │   └── _._
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │   └── _._
│   │   ├── System.Linq.4.3.0.nupkg
│   │   └── ThirdPartyNotices.txt
│   ├── System.Net.NameResolution.4.3.0
│   │   ├── dotnet_library_license.txt
│   │   ├── lib
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net46
│   │   │   │   └── System.Net.NameResolution.dll
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │   └── _._
│   │   ├── ref
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net46
│   │   │   │   └── System.Net.NameResolution.dll
│   │   │   ├── netstandard1.3
│   │   │   │   ├── de
│   │   │   │   │   └── System.Net.NameResolution.xml
│   │   │   │   ├── es
│   │   │   │   │   └── System.Net.NameResolution.xml
│   │   │   │   ├── fr
│   │   │   │   │   └── System.Net.NameResolution.xml
│   │   │   │   ├── it
│   │   │   │   │   └── System.Net.NameResolution.xml
│   │   │   │   ├── ja
│   │   │   │   │   └── System.Net.NameResolution.xml
│   │   │   │   ├── ko
│   │   │   │   │   └── System.Net.NameResolution.xml
│   │   │   │   ├── ru
│   │   │   │   │   └── System.Net.NameResolution.xml
│   │   │   │   ├── System.Net.NameResolution.dll
│   │   │   │   ├── System.Net.NameResolution.xml
│   │   │   │   ├── zh-hans
│   │   │   │   │   └── System.Net.NameResolution.xml
│   │   │   │   └── zh-hant
│   │   │   │   └── System.Net.NameResolution.xml
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │   └── _._
│   │   ├── runtimes
│   │   │   ├── unix
│   │   │   │   └── lib
│   │   │   │   └── netstandard1.3
│   │   │   │   └── System.Net.NameResolution.dll
│   │   │   └── win
│   │   │   └── lib
│   │   │   ├── net46
│   │   │   │   └── System.Net.NameResolution.dll
│   │   │   ├── netcore50
│   │   │   │   └── System.Net.NameResolution.dll
│   │   │   └── netstandard1.3
│   │   │   └── System.Net.NameResolution.dll
│   │   ├── System.Net.NameResolution.4.3.0.nupkg
│   │   └── ThirdPartyNotices.txt
│   ├── System.Net.Security.4.3.0
│   │   ├── dotnet_library_license.txt
│   │   ├── lib
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net46
│   │   │   │   └── System.Net.Security.dll
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │   └── _._
│   │   ├── ref
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net46
│   │   │   │   └── System.Net.Security.dll
│   │   │   ├── netstandard1.3
│   │   │   │   ├── de
│   │   │   │   │   └── System.Net.Security.xml
│   │   │   │   ├── es
│   │   │   │   │   └── System.Net.Security.xml
│   │   │   │   ├── fr
│   │   │   │   │   └── System.Net.Security.xml
│   │   │   │   ├── it
│   │   │   │   │   └── System.Net.Security.xml
│   │   │   │   ├── ja
│   │   │   │   │   └── System.Net.Security.xml
│   │   │   │   ├── ko
│   │   │   │   │   └── System.Net.Security.xml
│   │   │   │   ├── ru
│   │   │   │   │   └── System.Net.Security.xml
│   │   │   │   ├── System.Net.Security.dll
│   │   │   │   ├── System.Net.Security.xml
│   │   │   │   ├── zh-hans
│   │   │   │   │   └── System.Net.Security.xml
│   │   │   │   └── zh-hant
│   │   │   │   └── System.Net.Security.xml
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │   └── _._
│   │   ├── runtimes
│   │   │   ├── unix
│   │   │   │   └── lib
│   │   │   │   └── netstandard1.6
│   │   │   │   └── System.Net.Security.dll
│   │   │   ├── win
│   │   │   │   └── lib
│   │   │   │   ├── net46
│   │   │   │   │   └── System.Net.Security.dll
│   │   │   │   └── netstandard1.3
│   │   │   │   └── System.Net.Security.dll
│   │   │   └── win7
│   │   │   └── lib
│   │   │   └── netcore50
│   │   │   └── _._
│   │   ├── System.Net.Security.4.3.0.nupkg
│   │   └── ThirdPartyNotices.txt
│   ├── System.Net.Sockets.4.3.0
│   │   ├── dotnet_library_license.txt
│   │   ├── lib
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net46
│   │   │   │   └── System.Net.Sockets.dll
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │   └── _._
│   │   ├── ref
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net46
│   │   │   │   └── System.Net.Sockets.dll
│   │   │   ├── netstandard1.3
│   │   │   │   ├── de
│   │   │   │   │   └── System.Net.Sockets.xml
│   │   │   │   ├── es
│   │   │   │   │   └── System.Net.Sockets.xml
│   │   │   │   ├── fr
│   │   │   │   │   └── System.Net.Sockets.xml
│   │   │   │   ├── it
│   │   │   │   │   └── System.Net.Sockets.xml
│   │   │   │   ├── ja
│   │   │   │   │   └── System.Net.Sockets.xml
│   │   │   │   ├── ko
│   │   │   │   │   └── System.Net.Sockets.xml
│   │   │   │   ├── ru
│   │   │   │   │   └── System.Net.Sockets.xml
│   │   │   │   ├── System.Net.Sockets.dll
│   │   │   │   ├── System.Net.Sockets.xml
│   │   │   │   ├── zh-hans
│   │   │   │   │   └── System.Net.Sockets.xml
│   │   │   │   └── zh-hant
│   │   │   │   └── System.Net.Sockets.xml
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │   └── _._
│   │   ├── System.Net.Sockets.4.3.0.nupkg
│   │   └── ThirdPartyNotices.txt
│   ├── System.Runtime.Extensions.4.3.0
│   │   ├── dotnet_library_license.txt
│   │   ├── lib
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net45
│   │   │   │   └── _._
│   │   │   ├── net462
│   │   │   │   └── System.Runtime.Extensions.dll
│   │   │   ├── portable-net45+win8+wp8+wpa81
│   │   │   │   └── _._
│   │   │   ├── win8
│   │   │   │   └── _._
│   │   │   ├── wp80
│   │   │   │   └── _._
│   │   │   ├── wpa81
│   │   │   │   └── _._
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │   └── _._
│   │   ├── ref
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net45
│   │   │   │   └── _._
│   │   │   ├── net462
│   │   │   │   └── System.Runtime.Extensions.dll
│   │   │   ├── netcore50
│   │   │   │   ├── de
│   │   │   │   │   └── System.Runtime.Extensions.xml
│   │   │   │   ├── es
│   │   │   │   │   └── System.Runtime.Extensions.xml
│   │   │   │   ├── fr
│   │   │   │   │   └── System.Runtime.Extensions.xml
│   │   │   │   ├── it
│   │   │   │   │   └── System.Runtime.Extensions.xml
│   │   │   │   ├── ja
│   │   │   │   │   └── System.Runtime.Extensions.xml
│   │   │   │   ├── ko
│   │   │   │   │   └── System.Runtime.Extensions.xml
│   │   │   │   ├── ru
│   │   │   │   │   └── System.Runtime.Extensions.xml
│   │   │   │   ├── System.Runtime.Extensions.dll
│   │   │   │   ├── System.Runtime.Extensions.xml
│   │   │   │   ├── zh-hans
│   │   │   │   │   └── System.Runtime.Extensions.xml
│   │   │   │   └── zh-hant
│   │   │   │   └── System.Runtime.Extensions.xml
│   │   │   ├── netstandard1.0
│   │   │   │   ├── de
│   │   │   │   │   └── System.Runtime.Extensions.xml
│   │   │   │   ├── es
│   │   │   │   │   └── System.Runtime.Extensions.xml
│   │   │   │   ├── fr
│   │   │   │   │   └── System.Runtime.Extensions.xml
│   │   │   │   ├── it
│   │   │   │   │   └── System.Runtime.Extensions.xml
│   │   │   │   ├── ja
│   │   │   │   │   └── System.Runtime.Extensions.xml
│   │   │   │   ├── ko
│   │   │   │   │   └── System.Runtime.Extensions.xml
│   │   │   │   ├── ru
│   │   │   │   │   └── System.Runtime.Extensions.xml
│   │   │   │   ├── System.Runtime.Extensions.dll
│   │   │   │   ├── System.Runtime.Extensions.xml
│   │   │   │   ├── zh-hans
│   │   │   │   │   └── System.Runtime.Extensions.xml
│   │   │   │   └── zh-hant
│   │   │   │   └── System.Runtime.Extensions.xml
│   │   │   ├── netstandard1.3
│   │   │   │   ├── de
│   │   │   │   │   └── System.Runtime.Extensions.xml
│   │   │   │   ├── es
│   │   │   │   │   └── System.Runtime.Extensions.xml
│   │   │   │   ├── fr
│   │   │   │   │   └── System.Runtime.Extensions.xml
│   │   │   │   ├── it
│   │   │   │   │   └── System.Runtime.Extensions.xml
│   │   │   │   ├── ja
│   │   │   │   │   └── System.Runtime.Extensions.xml
│   │   │   │   ├── ko
│   │   │   │   │   └── System.Runtime.Extensions.xml
│   │   │   │   ├── ru
│   │   │   │   │   └── System.Runtime.Extensions.xml
│   │   │   │   ├── System.Runtime.Extensions.dll
│   │   │   │   ├── System.Runtime.Extensions.xml
│   │   │   │   ├── zh-hans
│   │   │   │   │   └── System.Runtime.Extensions.xml
│   │   │   │   └── zh-hant
│   │   │   │   └── System.Runtime.Extensions.xml
│   │   │   ├── netstandard1.5
│   │   │   │   ├── de
│   │   │   │   │   └── System.Runtime.Extensions.xml
│   │   │   │   ├── es
│   │   │   │   │   └── System.Runtime.Extensions.xml
│   │   │   │   ├── fr
│   │   │   │   │   └── System.Runtime.Extensions.xml
│   │   │   │   ├── it
│   │   │   │   │   └── System.Runtime.Extensions.xml
│   │   │   │   ├── ja
│   │   │   │   │   └── System.Runtime.Extensions.xml
│   │   │   │   ├── ko
│   │   │   │   │   └── System.Runtime.Extensions.xml
│   │   │   │   ├── ru
│   │   │   │   │   └── System.Runtime.Extensions.xml
│   │   │   │   ├── System.Runtime.Extensions.dll
│   │   │   │   ├── System.Runtime.Extensions.xml
│   │   │   │   ├── zh-hans
│   │   │   │   │   └── System.Runtime.Extensions.xml
│   │   │   │   └── zh-hant
│   │   │   │   └── System.Runtime.Extensions.xml
│   │   │   ├── portable-net45+win8+wp8+wpa81
│   │   │   │   └── _._
│   │   │   ├── win8
│   │   │   │   └── _._
│   │   │   ├── wp80
│   │   │   │   └── _._
│   │   │   ├── wpa81
│   │   │   │   └── _._
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │   └── _._
│   │   ├── System.Runtime.Extensions.4.3.0.nupkg
│   │   └── ThirdPartyNotices.txt
│   ├── System.Runtime.InteropServices.4.3.0
│   │   ├── dotnet_library_license.txt
│   │   ├── lib
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net45
│   │   │   │   └── _._
│   │   │   ├── net462
│   │   │   │   └── System.Runtime.InteropServices.dll
│   │   │   ├── net463
│   │   │   │   └── System.Runtime.InteropServices.dll
│   │   │   ├── portable-net45+win8+wpa81
│   │   │   │   └── _._
│   │   │   ├── win8
│   │   │   │   └── _._
│   │   │   ├── wpa81
│   │   │   │   └── _._
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │   └── _._
│   │   ├── ref
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net45
│   │   │   │   └── _._
│   │   │   ├── net462
│   │   │   │   └── System.Runtime.InteropServices.dll
│   │   │   ├── net463
│   │   │   │   └── System.Runtime.InteropServices.dll
│   │   │   ├── netcore50
│   │   │   │   ├── de
│   │   │   │   │   └── System.Runtime.InteropServices.xml
│   │   │   │   ├── es
│   │   │   │   │   └── System.Runtime.InteropServices.xml
│   │   │   │   ├── fr
│   │   │   │   │   └── System.Runtime.InteropServices.xml
│   │   │   │   ├── it
│   │   │   │   │   └── System.Runtime.InteropServices.xml
│   │   │   │   ├── ja
│   │   │   │   │   └── System.Runtime.InteropServices.xml
│   │   │   │   ├── ko
│   │   │   │   │   └── System.Runtime.InteropServices.xml
│   │   │   │   ├── ru
│   │   │   │   │   └── System.Runtime.InteropServices.xml
│   │   │   │   ├── System.Runtime.InteropServices.dll
│   │   │   │   ├── System.Runtime.InteropServices.xml
│   │   │   │   ├── zh-hans
│   │   │   │   │   └── System.Runtime.InteropServices.xml
│   │   │   │   └── zh-hant
│   │   │   │   └── System.Runtime.InteropServices.xml
│   │   │   ├── netcoreapp1.1
│   │   │   │   └── System.Runtime.InteropServices.dll
│   │   │   ├── netstandard1.1
│   │   │   │   ├── de
│   │   │   │   │   └── System.Runtime.InteropServices.xml
│   │   │   │   ├── es
│   │   │   │   │   └── System.Runtime.InteropServices.xml
│   │   │   │   ├── fr
│   │   │   │   │   └── System.Runtime.InteropServices.xml
│   │   │   │   ├── it
│   │   │   │   │   └── System.Runtime.InteropServices.xml
│   │   │   │   ├── ja
│   │   │   │   │   └── System.Runtime.InteropServices.xml
│   │   │   │   ├── ko
│   │   │   │   │   └── System.Runtime.InteropServices.xml
│   │   │   │   ├── ru
│   │   │   │   │   └── System.Runtime.InteropServices.xml
│   │   │   │   ├── System.Runtime.InteropServices.dll
│   │   │   │   ├── System.Runtime.InteropServices.xml
│   │   │   │   ├── zh-hans
│   │   │   │   │   └── System.Runtime.InteropServices.xml
│   │   │   │   └── zh-hant
│   │   │   │   └── System.Runtime.InteropServices.xml
│   │   │   ├── netstandard1.2
│   │   │   │   ├── de
│   │   │   │   │   └── System.Runtime.InteropServices.xml
│   │   │   │   ├── es
│   │   │   │   │   └── System.Runtime.InteropServices.xml
│   │   │   │   ├── fr
│   │   │   │   │   └── System.Runtime.InteropServices.xml
│   │   │   │   ├── it
│   │   │   │   │   └── System.Runtime.InteropServices.xml
│   │   │   │   ├── ja
│   │   │   │   │   └── System.Runtime.InteropServices.xml
│   │   │   │   ├── ko
│   │   │   │   │   └── System.Runtime.InteropServices.xml
│   │   │   │   ├── ru
│   │   │   │   │   └── System.Runtime.InteropServices.xml
│   │   │   │   ├── System.Runtime.InteropServices.dll
│   │   │   │   ├── System.Runtime.InteropServices.xml
│   │   │   │   ├── zh-hans
│   │   │   │   │   └── System.Runtime.InteropServices.xml
│   │   │   │   └── zh-hant
│   │   │   │   └── System.Runtime.InteropServices.xml
│   │   │   ├── netstandard1.3
│   │   │   │   ├── de
│   │   │   │   │   └── System.Runtime.InteropServices.xml
│   │   │   │   ├── es
│   │   │   │   │   └── System.Runtime.InteropServices.xml
│   │   │   │   ├── fr
│   │   │   │   │   └── System.Runtime.InteropServices.xml
│   │   │   │   ├── it
│   │   │   │   │   └── System.Runtime.InteropServices.xml
│   │   │   │   ├── ja
│   │   │   │   │   └── System.Runtime.InteropServices.xml
│   │   │   │   ├── ko
│   │   │   │   │   └── System.Runtime.InteropServices.xml
│   │   │   │   ├── ru
│   │   │   │   │   └── System.Runtime.InteropServices.xml
│   │   │   │   ├── System.Runtime.InteropServices.dll
│   │   │   │   ├── System.Runtime.InteropServices.xml
│   │   │   │   ├── zh-hans
│   │   │   │   │   └── System.Runtime.InteropServices.xml
│   │   │   │   └── zh-hant
│   │   │   │   └── System.Runtime.InteropServices.xml
│   │   │   ├── netstandard1.5
│   │   │   │   ├── de
│   │   │   │   │   └── System.Runtime.InteropServices.xml
│   │   │   │   ├── es
│   │   │   │   │   └── System.Runtime.InteropServices.xml
│   │   │   │   ├── fr
│   │   │   │   │   └── System.Runtime.InteropServices.xml
│   │   │   │   ├── it
│   │   │   │   │   └── System.Runtime.InteropServices.xml
│   │   │   │   ├── ja
│   │   │   │   │   └── System.Runtime.InteropServices.xml
│   │   │   │   ├── ko
│   │   │   │   │   └── System.Runtime.InteropServices.xml
│   │   │   │   ├── ru
│   │   │   │   │   └── System.Runtime.InteropServices.xml
│   │   │   │   ├── System.Runtime.InteropServices.dll
│   │   │   │   ├── System.Runtime.InteropServices.xml
│   │   │   │   ├── zh-hans
│   │   │   │   │   └── System.Runtime.InteropServices.xml
│   │   │   │   └── zh-hant
│   │   │   │   └── System.Runtime.InteropServices.xml
│   │   │   ├── portable-net45+win8+wpa81
│   │   │   │   └── _._
│   │   │   ├── win8
│   │   │   │   └── _._
│   │   │   ├── wpa81
│   │   │   │   └── _._
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │   └── _._
│   │   ├── System.Runtime.InteropServices.4.3.0.nupkg
│   │   └── ThirdPartyNotices.txt
│   ├── System.Security.Cryptography.Algorithms.4.3.0
│   │   ├── dotnet_library_license.txt
│   │   ├── lib
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net46
│   │   │   │   └── System.Security.Cryptography.Algorithms.dll
│   │   │   ├── net461
│   │   │   │   └── System.Security.Cryptography.Algorithms.dll
│   │   │   ├── net463
│   │   │   │   └── System.Security.Cryptography.Algorithms.dll
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │   └── _._
│   │   ├── ref
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net46
│   │   │   │   └── System.Security.Cryptography.Algorithms.dll
│   │   │   ├── net461
│   │   │   │   └── System.Security.Cryptography.Algorithms.dll
│   │   │   ├── net463
│   │   │   │   └── System.Security.Cryptography.Algorithms.dll
│   │   │   ├── netstandard1.3
│   │   │   │   └── System.Security.Cryptography.Algorithms.dll
│   │   │   ├── netstandard1.4
│   │   │   │   └── System.Security.Cryptography.Algorithms.dll
│   │   │   ├── netstandard1.6
│   │   │   │   └── System.Security.Cryptography.Algorithms.dll
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │   └── _._
│   │   ├── runtimes
│   │   │   ├── osx
│   │   │   │   └── lib
│   │   │   │   └── netstandard1.6
│   │   │   │   └── System.Security.Cryptography.Algorithms.dll
│   │   │   ├── unix
│   │   │   │   └── lib
│   │   │   │   └── netstandard1.6
│   │   │   │   └── System.Security.Cryptography.Algorithms.dll
│   │   │   └── win
│   │   │   └── lib
│   │   │   ├── net46
│   │   │   │   └── System.Security.Cryptography.Algorithms.dll
│   │   │   ├── net461
│   │   │   │   └── System.Security.Cryptography.Algorithms.dll
│   │   │   ├── net463
│   │   │   │   └── System.Security.Cryptography.Algorithms.dll
│   │   │   ├── netcore50
│   │   │   │   └── System.Security.Cryptography.Algorithms.dll
│   │   │   └── netstandard1.6
│   │   │   └── System.Security.Cryptography.Algorithms.dll
│   │   ├── System.Security.Cryptography.Algorithms.4.3.0.nupkg
│   │   └── ThirdPartyNotices.txt
│   ├── System.Security.Cryptography.Encoding.4.3.0
│   │   ├── dotnet_library_license.txt
│   │   ├── lib
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net46
│   │   │   │   └── System.Security.Cryptography.Encoding.dll
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │   └── _._
│   │   ├── ref
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net46
│   │   │   │   └── System.Security.Cryptography.Encoding.dll
│   │   │   ├── netstandard1.3
│   │   │   │   ├── de
│   │   │   │   │   └── System.Security.Cryptography.Encoding.xml
│   │   │   │   ├── es
│   │   │   │   │   └── System.Security.Cryptography.Encoding.xml
│   │   │   │   ├── fr
│   │   │   │   │   └── System.Security.Cryptography.Encoding.xml
│   │   │   │   ├── it
│   │   │   │   │   └── System.Security.Cryptography.Encoding.xml
│   │   │   │   ├── ja
│   │   │   │   │   └── System.Security.Cryptography.Encoding.xml
│   │   │   │   ├── ko
│   │   │   │   │   └── System.Security.Cryptography.Encoding.xml
│   │   │   │   ├── ru
│   │   │   │   │   └── System.Security.Cryptography.Encoding.xml
│   │   │   │   ├── System.Security.Cryptography.Encoding.dll
│   │   │   │   ├── System.Security.Cryptography.Encoding.xml
│   │   │   │   ├── zh-hans
│   │   │   │   │   └── System.Security.Cryptography.Encoding.xml
│   │   │   │   └── zh-hant
│   │   │   │   └── System.Security.Cryptography.Encoding.xml
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │   └── _._
│   │   ├── runtimes
│   │   │   ├── unix
│   │   │   │   └── lib
│   │   │   │   └── netstandard1.3
│   │   │   │   └── System.Security.Cryptography.Encoding.dll
│   │   │   └── win
│   │   │   └── lib
│   │   │   ├── net46
│   │   │   │   └── System.Security.Cryptography.Encoding.dll
│   │   │   └── netstandard1.3
│   │   │   └── System.Security.Cryptography.Encoding.dll
│   │   ├── System.Security.Cryptography.Encoding.4.3.0.nupkg
│   │   └── ThirdPartyNotices.txt
│   ├── System.Security.Cryptography.Primitives.4.3.0
│   │   ├── dotnet_library_license.txt
│   │   ├── lib
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net46
│   │   │   │   └── System.Security.Cryptography.Primitives.dll
│   │   │   ├── netstandard1.3
│   │   │   │   └── System.Security.Cryptography.Primitives.dll
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │   └── _._
│   │   ├── ref
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net46
│   │   │   │   └── System.Security.Cryptography.Primitives.dll
│   │   │   ├── netstandard1.3
│   │   │   │   └── System.Security.Cryptography.Primitives.dll
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │   └── _._
│   │   ├── System.Security.Cryptography.Primitives.4.3.0.nupkg
│   │   └── ThirdPartyNotices.txt
│   ├── System.Security.Cryptography.X509Certificates.4.3.0
│   │   ├── dotnet_library_license.txt
│   │   ├── lib
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net46
│   │   │   │   └── System.Security.Cryptography.X509Certificates.dll
│   │   │   ├── net461
│   │   │   │   └── System.Security.Cryptography.X509Certificates.dll
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │   └── _._
│   │   ├── ref
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net46
│   │   │   │   └── System.Security.Cryptography.X509Certificates.dll
│   │   │   ├── net461
│   │   │   │   └── System.Security.Cryptography.X509Certificates.dll
│   │   │   ├── netstandard1.3
│   │   │   │   ├── de
│   │   │   │   │   └── System.Security.Cryptography.X509Certificates.xml
│   │   │   │   ├── es
│   │   │   │   │   └── System.Security.Cryptography.X509Certificates.xml
│   │   │   │   ├── fr
│   │   │   │   │   └── System.Security.Cryptography.X509Certificates.xml
│   │   │   │   ├── it
│   │   │   │   │   └── System.Security.Cryptography.X509Certificates.xml
│   │   │   │   ├── ja
│   │   │   │   │   └── System.Security.Cryptography.X509Certificates.xml
│   │   │   │   ├── ko
│   │   │   │   │   └── System.Security.Cryptography.X509Certificates.xml
│   │   │   │   ├── ru
│   │   │   │   │   └── System.Security.Cryptography.X509Certificates.xml
│   │   │   │   ├── System.Security.Cryptography.X509Certificates.dll
│   │   │   │   ├── System.Security.Cryptography.X509Certificates.xml
│   │   │   │   ├── zh-hans
│   │   │   │   │   └── System.Security.Cryptography.X509Certificates.xml
│   │   │   │   └── zh-hant
│   │   │   │   └── System.Security.Cryptography.X509Certificates.xml
│   │   │   ├── netstandard1.4
│   │   │   │   ├── de
│   │   │   │   │   └── System.Security.Cryptography.X509Certificates.xml
│   │   │   │   ├── es
│   │   │   │   │   └── System.Security.Cryptography.X509Certificates.xml
│   │   │   │   ├── fr
│   │   │   │   │   └── System.Security.Cryptography.X509Certificates.xml
│   │   │   │   ├── it
│   │   │   │   │   └── System.Security.Cryptography.X509Certificates.xml
│   │   │   │   ├── ja
│   │   │   │   │   └── System.Security.Cryptography.X509Certificates.xml
│   │   │   │   ├── ko
│   │   │   │   │   └── System.Security.Cryptography.X509Certificates.xml
│   │   │   │   ├── ru
│   │   │   │   │   └── System.Security.Cryptography.X509Certificates.xml
│   │   │   │   ├── System.Security.Cryptography.X509Certificates.dll
│   │   │   │   ├── System.Security.Cryptography.X509Certificates.xml
│   │   │   │   ├── zh-hans
│   │   │   │   │   └── System.Security.Cryptography.X509Certificates.xml
│   │   │   │   └── zh-hant
│   │   │   │   └── System.Security.Cryptography.X509Certificates.xml
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │   └── _._
│   │   ├── runtimes
│   │   │   ├── unix
│   │   │   │   └── lib
│   │   │   │   └── netstandard1.6
│   │   │   │   └── System.Security.Cryptography.X509Certificates.dll
│   │   │   └── win
│   │   │   └── lib
│   │   │   ├── net46
│   │   │   │   └── System.Security.Cryptography.X509Certificates.dll
│   │   │   ├── net461
│   │   │   │   └── System.Security.Cryptography.X509Certificates.dll
│   │   │   ├── netcore50
│   │   │   │   └── System.Security.Cryptography.X509Certificates.dll
│   │   │   └── netstandard1.6
│   │   │   └── System.Security.Cryptography.X509Certificates.dll
│   │   ├── System.Security.Cryptography.X509Certificates.4.3.0.nupkg
│   │   └── ThirdPartyNotices.txt
│   ├── System.Text.RegularExpressions.4.3.0
│   │   ├── dotnet_library_license.txt
│   │   ├── lib
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net45
│   │   │   │   └── _._
│   │   │   ├── net463
│   │   │   │   └── System.Text.RegularExpressions.dll
│   │   │   ├── netcore50
│   │   │   │   └── System.Text.RegularExpressions.dll
│   │   │   ├── netstandard1.6
│   │   │   │   └── System.Text.RegularExpressions.dll
│   │   │   ├── portable-net45+win8+wp8+wpa81
│   │   │   │   └── _._
│   │   │   ├── win8
│   │   │   │   └── _._
│   │   │   ├── wp80
│   │   │   │   └── _._
│   │   │   ├── wpa81
│   │   │   │   └── _._
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │   └── _._
│   │   ├── ref
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net45
│   │   │   │   └── _._
│   │   │   ├── net463
│   │   │   │   └── System.Text.RegularExpressions.dll
│   │   │   ├── netcore50
│   │   │   │   ├── de
│   │   │   │   │   └── System.Text.RegularExpressions.xml
│   │   │   │   ├── es
│   │   │   │   │   └── System.Text.RegularExpressions.xml
│   │   │   │   ├── fr
│   │   │   │   │   └── System.Text.RegularExpressions.xml
│   │   │   │   ├── it
│   │   │   │   │   └── System.Text.RegularExpressions.xml
│   │   │   │   ├── ja
│   │   │   │   │   └── System.Text.RegularExpressions.xml
│   │   │   │   ├── ko
│   │   │   │   │   └── System.Text.RegularExpressions.xml
│   │   │   │   ├── ru
│   │   │   │   │   └── System.Text.RegularExpressions.xml
│   │   │   │   ├── System.Text.RegularExpressions.dll
│   │   │   │   ├── System.Text.RegularExpressions.xml
│   │   │   │   ├── zh-hans
│   │   │   │   │   └── System.Text.RegularExpressions.xml
│   │   │   │   └── zh-hant
│   │   │   │   └── System.Text.RegularExpressions.xml
│   │   │   ├── netcoreapp1.1
│   │   │   │   └── System.Text.RegularExpressions.dll
│   │   │   ├── netstandard1.0
│   │   │   │   ├── de
│   │   │   │   │   └── System.Text.RegularExpressions.xml
│   │   │   │   ├── es
│   │   │   │   │   └── System.Text.RegularExpressions.xml
│   │   │   │   ├── fr
│   │   │   │   │   └── System.Text.RegularExpressions.xml
│   │   │   │   ├── it
│   │   │   │   │   └── System.Text.RegularExpressions.xml
│   │   │   │   ├── ja
│   │   │   │   │   └── System.Text.RegularExpressions.xml
│   │   │   │   ├── ko
│   │   │   │   │   └── System.Text.RegularExpressions.xml
│   │   │   │   ├── ru
│   │   │   │   │   └── System.Text.RegularExpressions.xml
│   │   │   │   ├── System.Text.RegularExpressions.dll
│   │   │   │   ├── System.Text.RegularExpressions.xml
│   │   │   │   ├── zh-hans
│   │   │   │   │   └── System.Text.RegularExpressions.xml
│   │   │   │   └── zh-hant
│   │   │   │   └── System.Text.RegularExpressions.xml
│   │   │   ├── netstandard1.3
│   │   │   │   ├── de
│   │   │   │   │   └── System.Text.RegularExpressions.xml
│   │   │   │   ├── es
│   │   │   │   │   └── System.Text.RegularExpressions.xml
│   │   │   │   ├── fr
│   │   │   │   │   └── System.Text.RegularExpressions.xml
│   │   │   │   ├── it
│   │   │   │   │   └── System.Text.RegularExpressions.xml
│   │   │   │   ├── ja
│   │   │   │   │   └── System.Text.RegularExpressions.xml
│   │   │   │   ├── ko
│   │   │   │   │   └── System.Text.RegularExpressions.xml
│   │   │   │   ├── ru
│   │   │   │   │   └── System.Text.RegularExpressions.xml
│   │   │   │   ├── System.Text.RegularExpressions.dll
│   │   │   │   ├── System.Text.RegularExpressions.xml
│   │   │   │   ├── zh-hans
│   │   │   │   │   └── System.Text.RegularExpressions.xml
│   │   │   │   └── zh-hant
│   │   │   │   └── System.Text.RegularExpressions.xml
│   │   │   ├── netstandard1.6
│   │   │   │   ├── de
│   │   │   │   │   └── System.Text.RegularExpressions.xml
│   │   │   │   ├── es
│   │   │   │   │   └── System.Text.RegularExpressions.xml
│   │   │   │   ├── fr
│   │   │   │   │   └── System.Text.RegularExpressions.xml
│   │   │   │   ├── it
│   │   │   │   │   └── System.Text.RegularExpressions.xml
│   │   │   │   ├── ja
│   │   │   │   │   └── System.Text.RegularExpressions.xml
│   │   │   │   ├── ko
│   │   │   │   │   └── System.Text.RegularExpressions.xml
│   │   │   │   ├── ru
│   │   │   │   │   └── System.Text.RegularExpressions.xml
│   │   │   │   ├── System.Text.RegularExpressions.dll
│   │   │   │   ├── System.Text.RegularExpressions.xml
│   │   │   │   ├── zh-hans
│   │   │   │   │   └── System.Text.RegularExpressions.xml
│   │   │   │   └── zh-hant
│   │   │   │   └── System.Text.RegularExpressions.xml
│   │   │   ├── portable-net45+win8+wp8+wpa81
│   │   │   │   └── _._
│   │   │   ├── win8
│   │   │   │   └── _._
│   │   │   ├── wp80
│   │   │   │   └── _._
│   │   │   ├── wpa81
│   │   │   │   └── _._
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │   └── _._
│   │   ├── System.Text.RegularExpressions.4.3.0.nupkg
│   │   └── ThirdPartyNotices.txt
│   ├── System.Threading.4.3.0
│   │   ├── dotnet_library_license.txt
│   │   ├── lib
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net45
│   │   │   │   └── _._
│   │   │   ├── netcore50
│   │   │   │   └── System.Threading.dll
│   │   │   ├── netstandard1.3
│   │   │   │   └── System.Threading.dll
│   │   │   ├── portable-net45+win8+wp8+wpa81
│   │   │   │   └── _._
│   │   │   ├── win8
│   │   │   │   └── _._
│   │   │   ├── wp80
│   │   │   │   └── _._
│   │   │   ├── wpa81
│   │   │   │   └── _._
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │   └── _._
│   │   ├── ref
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net45
│   │   │   │   └── _._
│   │   │   ├── netcore50
│   │   │   │   ├── de
│   │   │   │   │   └── System.Threading.xml
│   │   │   │   ├── es
│   │   │   │   │   └── System.Threading.xml
│   │   │   │   ├── fr
│   │   │   │   │   └── System.Threading.xml
│   │   │   │   ├── it
│   │   │   │   │   └── System.Threading.xml
│   │   │   │   ├── ja
│   │   │   │   │   └── System.Threading.xml
│   │   │   │   ├── ko
│   │   │   │   │   └── System.Threading.xml
│   │   │   │   ├── ru
│   │   │   │   │   └── System.Threading.xml
│   │   │   │   ├── System.Threading.dll
│   │   │   │   ├── System.Threading.xml
│   │   │   │   ├── zh-hans
│   │   │   │   │   └── System.Threading.xml
│   │   │   │   └── zh-hant
│   │   │   │   └── System.Threading.xml
│   │   │   ├── netstandard1.0
│   │   │   │   ├── de
│   │   │   │   │   └── System.Threading.xml
│   │   │   │   ├── es
│   │   │   │   │   └── System.Threading.xml
│   │   │   │   ├── fr
│   │   │   │   │   └── System.Threading.xml
│   │   │   │   ├── it
│   │   │   │   │   └── System.Threading.xml
│   │   │   │   ├── ja
│   │   │   │   │   └── System.Threading.xml
│   │   │   │   ├── ko
│   │   │   │   │   └── System.Threading.xml
│   │   │   │   ├── ru
│   │   │   │   │   └── System.Threading.xml
│   │   │   │   ├── System.Threading.dll
│   │   │   │   ├── System.Threading.xml
│   │   │   │   ├── zh-hans
│   │   │   │   │   └── System.Threading.xml
│   │   │   │   └── zh-hant
│   │   │   │   └── System.Threading.xml
│   │   │   ├── netstandard1.3
│   │   │   │   ├── de
│   │   │   │   │   └── System.Threading.xml
│   │   │   │   ├── es
│   │   │   │   │   └── System.Threading.xml
│   │   │   │   ├── fr
│   │   │   │   │   └── System.Threading.xml
│   │   │   │   ├── it
│   │   │   │   │   └── System.Threading.xml
│   │   │   │   ├── ja
│   │   │   │   │   └── System.Threading.xml
│   │   │   │   ├── ko
│   │   │   │   │   └── System.Threading.xml
│   │   │   │   ├── ru
│   │   │   │   │   └── System.Threading.xml
│   │   │   │   ├── System.Threading.dll
│   │   │   │   ├── System.Threading.xml
│   │   │   │   ├── zh-hans
│   │   │   │   │   └── System.Threading.xml
│   │   │   │   └── zh-hant
│   │   │   │   └── System.Threading.xml
│   │   │   ├── portable-net45+win8+wp8+wpa81
│   │   │   │   └── _._
│   │   │   ├── win8
│   │   │   │   └── _._
│   │   │   ├── wp80
│   │   │   │   └── _._
│   │   │   ├── wpa81
│   │   │   │   └── _._
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │   └── _._
│   │   ├── runtimes
│   │   │   └── aot
│   │   │   └── lib
│   │   │   └── netcore50
│   │   │   └── System.Threading.dll
│   │   ├── System.Threading.4.3.0.nupkg
│   │   └── ThirdPartyNotices.txt
│   ├── System.Threading.Timer.4.3.0
│   │   ├── dotnet_library_license.txt
│   │   ├── lib
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net451
│   │   │   │   └── _._
│   │   │   ├── portable-net451+win81+wpa81
│   │   │   │   └── _._
│   │   │   ├── win81
│   │   │   │   └── _._
│   │   │   ├── wpa81
│   │   │   │   └── _._
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │   └── _._
│   │   ├── ref
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net451
│   │   │   │   └── _._
│   │   │   ├── netcore50
│   │   │   │   ├── de
│   │   │   │   │   └── System.Threading.Timer.xml
│   │   │   │   ├── es
│   │   │   │   │   └── System.Threading.Timer.xml
│   │   │   │   ├── fr
│   │   │   │   │   └── System.Threading.Timer.xml
│   │   │   │   ├── it
│   │   │   │   │   └── System.Threading.Timer.xml
│   │   │   │   ├── ja
│   │   │   │   │   └── System.Threading.Timer.xml
│   │   │   │   ├── ko
│   │   │   │   │   └── System.Threading.Timer.xml
│   │   │   │   ├── ru
│   │   │   │   │   └── System.Threading.Timer.xml
│   │   │   │   ├── System.Threading.Timer.dll
│   │   │   │   ├── System.Threading.Timer.xml
│   │   │   │   ├── zh-hans
│   │   │   │   │   └── System.Threading.Timer.xml
│   │   │   │   └── zh-hant
│   │   │   │   └── System.Threading.Timer.xml
│   │   │   ├── netstandard1.2
│   │   │   │   ├── de
│   │   │   │   │   └── System.Threading.Timer.xml
│   │   │   │   ├── es
│   │   │   │   │   └── System.Threading.Timer.xml
│   │   │   │   ├── fr
│   │   │   │   │   └── System.Threading.Timer.xml
│   │   │   │   ├── it
│   │   │   │   │   └── System.Threading.Timer.xml
│   │   │   │   ├── ja
│   │   │   │   │   └── System.Threading.Timer.xml
│   │   │   │   ├── ko
│   │   │   │   │   └── System.Threading.Timer.xml
│   │   │   │   ├── ru
│   │   │   │   │   └── System.Threading.Timer.xml
│   │   │   │   ├── System.Threading.Timer.dll
│   │   │   │   ├── System.Threading.Timer.xml
│   │   │   │   ├── zh-hans
│   │   │   │   │   └── System.Threading.Timer.xml
│   │   │   │   └── zh-hant
│   │   │   │   └── System.Threading.Timer.xml
│   │   │   ├── portable-net451+win81+wpa81
│   │   │   │   └── _._
│   │   │   ├── win81
│   │   │   │   └── _._
│   │   │   ├── wpa81
│   │   │   │   └── _._
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │   └── _._
│   │   ├── System.Threading.Timer.4.3.0.nupkg
│   │   └── ThirdPartyNotices.txt
│   └── WebSocket4Net.0.15.2
│   ├── lib
│   │   ├── net20
│   │   │   └── WebSocket4Net.dll
│   │   ├── net35
│   │   │   └── WebSocket4Net.dll
│   │   ├── net40
│   │   │   └── WebSocket4Net.dll
│   │   ├── net45
│   │   │   └── WebSocket4Net.dll
│   │   └── netstandard1.3
│   │   └── WebSocket4Net.dll
│   └── WebSocket4Net.0.15.2.nupkg
├── TalkClient
│   ├── App.config
│   ├── bin
│   │   ├── Debug
│   │   │   ├── Newtonsoft.Json.dll
│   │   │   ├── Newtonsoft.Json.xml
│   │   │   ├── NLog.dll
│   │   │   ├── NLog.xml
│   │   │   ├── SuperSocket.ClientEngine.dll
│   │   │   ├── System.Collections.Specialized.dll
│   │   │   ├── System.Net.NameResolution.dll
│   │   │   ├── System.Net.Security.dll
│   │   │   ├── System.Net.Sockets.dll
│   │   │   ├── System.Security.Cryptography.Algorithms.dll
│   │   │   ├── System.Security.Cryptography.Encoding.dll
│   │   │   ├── System.Security.Cryptography.Primitives.dll
│   │   │   ├── System.Security.Cryptography.X509Certificates.dll
│   │   │   ├── TalkClient.exe
│   │   │   ├── TalkClient.exe.config
│   │   │   ├── TalkClient.pdb
│   │   │   └── WebSocket4Net.dll
│   │   └── Release
│   ├── JsonData.cs
│   ├── obj
│   │   └── Debug
│   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── TalkClient.csprojAssemblyReference.cache
│   │   ├── TalkClient.csproj.CopyComplete
│   │   ├── TalkClient.csproj.CoreCompileInputs.cache
│   │   ├── TalkClient.csproj.FileListAbsolute.txt
│   │   ├── TalkClient.csproj.GenerateResource.cache
│   │   ├── TalkClient.exe
│   │   ├── TalkClient.pdb
│   │   ├── TalkClient.Properties.Resources.resources
│   │   ├── TalkClient.TalkClient.resources
│   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   └── TempPE
│   ├── packages.config
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── TalkClient.cs
│   ├── TalkClient.csproj
│   ├── TalkClient.Designer.cs
│   ├── TalkClient.resx
│   └── WSocketClient.cs
├── WebServer
│   ├── App.config
│   ├── bin
│   │   ├── Debug
│   │   │   ├── Fleck.dll
│   │   │   ├── Newtonsoft.Json.dll
│   │   │   ├── Newtonsoft.Json.xml
│   │   │   ├── WebServer.exe
│   │   │   ├── WebServer.exe.config
│   │   │   └── WebServer.pdb
│   │   └── Release
│   ├── Connected Services
│   ├── JsonData.cs
│   ├── obj
│   │   └── Debug
│   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   ├── TempPE
│   │   ├── WebServer.csprojAssemblyReference.cache
│   │   ├── WebServer.csproj.CopyComplete
│   │   ├── WebServer.csproj.CoreCompileInputs.cache
│   │   ├── WebServer.csproj.FileListAbsolute.txt
│   │   ├── WebServer.csproj.GenerateResource.cache
│   │   ├── WebServer.exe
│   │   ├── WebServer.pdb
│   │   ├── WebServer.Properties.Resources.resources
│   │   └── WebServer.WebServer.resources
│   ├── packages.config
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── WebServer.cs
│   ├── WebServer.csproj
│   ├── WebServer.Designer.cs
│   └── WebServer.resx
├── WebSocketDome.sln
└── 说明.doc

712 directories, 786 files

标签:

实例下载地址

C# WebSocket使用实例源码,包含服务端和客户端

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警