如何在Windows Phone 7中向服务器发送短信?

发布于 2024-12-02 13:19:32 字数 127 浏览 1 评论 0原文

我需要从我的应用程序向网络服务器发送短信。场景是这样的:用户将填写表格并通过短信将信息发送到我们的网络服务器,因为我们需要使用我们数据库的应用程序的人员的详细信息。 我的应用程序是简单的文本编写应用程序。我该怎么做,因为我没有从事网络工作。

I have a requirement to send SMS to the web server from my application. The scenario is this: user will fill a form and send the information through the SMS to the our web server because we want the details of the person who is using the application for our database.
My application is simple text writing application.how can i do this because i haven't work for web.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

无需解释 2024-12-09 13:19:32

如果您想从应用程序发送短信,则需要使用 SMSComposeTask。用户将看到服务器的完整号码和消息的内容。用户将能够取消短信的发送。

If you want to send an SMS from your app you will need to use the SMSComposeTask. The user will see the full number of the server and the contents of the message. The user will be able to cancel the sending of the SMS.

不可一世的女人 2024-12-09 13:19:32

那么您想向您的服务器发送 POST 请求,然后您的服务器将发送实际的短信,作为免费/付费服务?

只需将 HTTP POST 与 WebClient 结合使用即可。 Scott Hanselman 撰写了指南

So you want to send a POST request to your server, and then your server will send the actual SMS, as a free/paid service?

Simply use HTTP POST with the WebClient. Scott Hanselman wrote a guide

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文