Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有可能,一个 C# 编写的 DLL 可以保持 HTTP 连接,只要它可以(直到服务器超时)?如果外部应用程序将使用 DLL 的函数,我是否可以在此 DLL 中的此 DLL 调用之间保持连接(并在丢失时通过调用其方法之一重新打开它)?
我的视图表是这样的:
position price orderid buylog otherlog 1 15 100 08:00 08:01 2 15 100 08:00 08:02 2 15 100 08:00 08:05 2