C# SMS API keepalive
To keepalive the IP SMS link between the C# SMS API and the sms gateway you need to establish a permanent connection with the C# SMS API's connect method. The system will automatically send keepalive requests.
The C#/.Net SMS api keepalive procedure
To send keepalive requests from the C#/.Net SMS api simply keep the connection open
- Step 1: Create connection
- Step 2: 30 seconds of inactivity
- Step 3: Send keepalive to keep the TCP/IP link open
C# sms api keepalive example:
Client.Connect(host,port,user,pass); ... Keepalive packets are sent automatically if there is no traffic ... Client.Send(msg);
Keepalive packets are necessary because firewall rules, vpn connections or dynamically allocated IP SMS routes on the Internet could be disconnected after a period of inactivity. By sending keepalive packets both the C# SMS API client and the SMS gateway can be certain, that the connection is still open.
Keepalive packets are only sent if no other SMS traffic is moving on the link.
More information
- Jak odeslat SMS z C#
- Příjem SMS v C#
- C# SMS API připojení pro odesílání SMS
- C# SMS API - odpojení od SMS brány
- C# SMS API - udržování SMS připojení
- C# SMS API - odeslání textové zprávy
- C# SMS API - SMS přijata k doručení
- C# SMS API - SMS nepřijata k doručení
- C# SMS API - odesláno
- C# SMS API - odeslání selhalo
- C# SMS API - úspěšná doručovací zpráva
- C# SMS API - zpráva o selhání doručení
- C# SMS API - alfanumerické ID odesílatele
- C# SMS API - jak použít krátký kód jako ID odesílatele
- C# SMS API třída textové zprávy