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
- Hoe SMS te verzenden vanuit C#
- SMS ontvangen in C#
- C# SMS API verbinden om SMS te versturen
- C# SMS API - verbreken van SMS gateway
- C# SMS API - keepalive SMS-verbinding actief
- C# SMS API - een tekstbericht versturen
- C# SMS API - SMS geaccepteerd voor levering
- C# SMS API - SMS niet geaccepteerd voor levering
- C# SMS API - ingediend
- C# SMS API - indienen mislukt
- C# SMS API - leveringsrapport succesvol
- C# SMS API - levering mislukt rapport
- C# SMS API - alfanumerieke afzender-ID
- C# SMS API hoe korte code als afzender-ID te gebruiken
- C# SMS API tekstberichtklasse