Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/wcf/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/EmptyTag/139.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
使用NetTcp绑定在.Net Core 3.1客户端应用程序中使用支持ReliableSession的WCF服务_Wcf_Migration - Fatal编程技术网

使用NetTcp绑定在.Net Core 3.1客户端应用程序中使用支持ReliableSession的WCF服务

使用NetTcp绑定在.Net Core 3.1客户端应用程序中使用支持ReliableSession的WCF服务,wcf,migration,Wcf,Migration,我正在尝试将遗留的.net framework应用程序迁移到.net core 3.1中 遗留应用程序使用WCF服务,该服务的ReliableSession通过NetTcp启用 我无法这样做。net core中没有ad reliableSession。 是否有解决方法?。NET Core尚不支持ReliableSessions。如果您想使用ReliableSessions,我建议您使用.net framework。

我正在尝试将遗留的.net framework应用程序迁移到.net core 3.1中

遗留应用程序使用WCF服务,该服务的ReliableSession通过NetTcp启用

我无法这样做。net core中没有ad reliableSession。
是否有解决方法?

。NET Core尚不支持ReliableSessions。如果您想使用ReliableSessions,我建议您使用.net framework。