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
- Hvordan man sender SMS fra C#
- Modtag SMS i C#
- C# SMS API tilslut for at sende SMS
- C# SMS API - frakobl fra SMS gateway
- C# SMS API - hold SMS-forbindelsen i live
- C# SMS API - send en tekstbesked
- C# SMS API - SMS accepteret til levering
- C# SMS API - SMS ikke accepteret til levering
- C# SMS API - indsendt
- C# SMS API - indsendelse mislykkedes
- C# SMS API - leveringsrapport succesfuld
- C# SMS API - leveringsrapport mislykkedes
- C# SMS API - alfanumerisk afsender-ID
- C# SMS API hvordan man bruger kortkode som afsender-ID
- C# SMS API tekstbesked klasse