Hi, I would ask if exists in C# functions to send short mobile messages (SMS). I see, that in Visual C++ using WinInet library there are functions like HttpOpenRequest, HttpSendRequest, GetHttpData(hRequest); but i'm looking for something in Visual C#. I need
send short mobile messages from web application writed in C# using ASP.NET technology. Thanks Marian
Hi, yes, it could be. But I would ask how the mobile operator know, from where comes response to send sms. He also must has evidence who and how many sms sended through his gate when it is not price-free service. Thanks a lot Marian
Marian, I am not sure what you mean by "how the mobile operator know, from where comes response to send sms"... when you send an SMS, part of the message format is the originator and the recipient. When the SMS is delivered, it is up to the operator of the
device to send the SMS from the client who is responding to the messaging server of the originator.
You send an SMS to a recipient from your carrier's server to their carrier's server. When the recipient replies, it uses their carrier's server to send it to your carrier's server. To send an SMS, the route is: Your device --> Your Carrier's SMS Server -->
Internet --> Their carrier's SMS server --> their device To receive an SMS, the route is: Their device --> Their carrier's SMS server --> Internet --> Your carrier's SMS Server --> Your device Hope that helps.
MarianSR
Member
80 Points
16 Posts
short mobile messages
Oct 25, 2003 12:33 PM|LINK
dsaxman
Member
75 Points
15 Posts
ASPInsiders
Re: short mobile messages
Oct 28, 2003 09:40 PM|LINK
BrainBench Certified (WAP, XML, ASP)(ID# 474806)
ASPInsiders Charter Board Member
Got Questions? ASPAdvice.com
MarianSR
Member
80 Points
16 Posts
Re: short mobile messages
Nov 03, 2003 01:21 PM|LINK
dsaxman
Member
75 Points
15 Posts
ASPInsiders
Re: short mobile messages
Nov 03, 2003 03:28 PM|LINK
BrainBench Certified (WAP, XML, ASP)(ID# 474806)
ASPInsiders Charter Board Member
Got Questions? ASPAdvice.com
MarianSR
Member
80 Points
16 Posts
Re: short mobile messages
Nov 04, 2003 07:27 AM|LINK
MarianSR
Member
80 Points
16 Posts
Re: short mobile messages
Nov 04, 2003 07:48 AM|LINK
dsaxman
Member
75 Points
15 Posts
ASPInsiders
Re: short mobile messages
Nov 04, 2003 09:35 PM|LINK
BrainBench Certified (WAP, XML, ASP)(ID# 474806)
ASPInsiders Charter Board Member
Got Questions? ASPAdvice.com