从Windows窗体查看原始版本集成窗体、原始、版本、Windows

2023-09-03 07:29:35 作者:被自己萌到

我一直在问集成Windows窗体应用程序查看原始版本,直接从应用程序需要付款。有关ASP.NET的查看原始版本的文件谈判,所以我不知道这是否是可能的。有没有人集成查看原始版本一个WinForm应用程序之前?这可能吗?

I’ve been asked to integrate a windows form application with SagePay to take payments directly from the application. The SagePay documentation talks about ASP.NET so I’m not sure whether this is possible. Has anyone integrated a WinForm application with SagePay before? Is it possible?

推荐答案

我知道有些付款处理器拥有其中部分支付托管自己的服务器上的窗体上的连接选项。你可以尝试嵌入一个Web浏览器控件到你的应用程序,以显示该付款页面。

I know some payment processors have a connection option where the payment part is hosted on a form on their server. You could try embedding a web browser control into your app to display the payment page.

通常有另一种类型的连接选项,您可以通过HttpWebRequest的发送的信息,但我不知道这会工作,因为它需要SSL。既然你正在运行你的应用程序作为一个桌面客户端,我不知道你会用什么。

Usually there is another type of connection option where you can send your information via HttpWebRequest, but I'm not sure that this would work as it requires SSL. Since you are running your app as a desktop client, I'm not sure what you would have available.