C# - secure `sockets` with SSL

前端 未结 1 1185
谎友^
谎友^ 2021-01-18 03:41

hi i have a socket connection (server) developed with methods available in

using System.Net.Sockets;
using System.Net;

is it possible to s

相关标签:
1条回答
  • 2021-01-18 04:02

    You could use an SslStream. The documentation link contains an example of a TCP server and a client which communicate over SSL.

    0 讨论(0)
提交回复
热议问题