在Delphi 7中.NETs NetworkStream/SslStream的对应部分 [英] Counterpart of .NETs NetworkStream / SslStream in Delphi 7

查看:66
本文介绍了在Delphi 7中.NETs NetworkStream/SslStream的对应部分的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经在.NET中编写了一个安全的TCP服务器.这基本上很简单,就像创建一个TcpListener实例并用SslStreams包装连接的客户端的NetworkStreams一样.

I have written a secure TCP server in .NET. This was basically as simple as creating a TcpListener instance and wrapping the connected client's NetworkStreams with SslStreams.

现在,我需要使用Delphi 7(或者:Delphi 2007)访问此TCP服务器.

Now I need to access this TCP server with Delphi 7 (alternatively: Delphi 2007).

我在帮助中没有找到任何东西,谷歌搜索显示了很多复杂的商业软件包.有没有更简单的解决方案,或者我忽略了集成在Delphi中的某些东西?

I haven't found anything in the help, and a Google search shows up lots of complex commercial packages. Is there a simpler solution, or something integrated in Delphi I have overlooked?

如果没有,我可以使用任何简单的免费或商业软件包吗?

If not, are there any simple free or commercial packages I could use?

推荐答案

您还可以使用 Synapse,这也是一个易于使用的免费解决方案.它与Indy的不同之处在于,它不使用组件,而是使用简单的阻塞函数.对于SSL支持,Synapse支持通过简单易用的包装器使用 OpenSSL .

You can also use Synapse, which is also a free solution which is easy to use. It differs from Indy in that it doesn't use components, but rather simple blocking functions. For the SSL support, Synapse supports the use of OpenSSL via a simple to use wrapper.

这篇关于在Delphi 7中.NETs NetworkStream/SslStream的对应部分的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆