Search found 4 matches

by realbitt
Tue May 04, 2021 10:58 am
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: Connection over tls1.2
Replies: 2
Views: 16531

Re: Connection over tls1.2

Thanks, it's working fine now.
by realbitt
Sun May 02, 2021 8:26 pm
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: Connection over tls1.2
Replies: 2
Views: 16531

Connection over tls1.2

we trying to connect with our provider gateway with tls1.2 as they,but with no luck as code below


client.EnabledSslProtocols = SslProtocols.Tls12;
client.ClientCertificates.Add(new X509Certificate2("client_certificate.p12", "cert_password"));

when i set EnabledSslProtocols to none every thing ...
by realbitt
Sat Jan 07, 2017 9:32 am
Forum: Inetlab.SMPP v1.1 & v1.2
Topic: what the correct DataCoding for receive messages
Replies: 1
Views: 13466

what the correct DataCoding for receive messages

i have service running and connected with local provider , this service receives message from mobile , the problem is how to detect the correct data coding for coming messages .

in my case some times messages comes from users in pure English and some times mixed with Arabic and English .

i know ...
by realbitt
Wed Aug 21, 2013 8:40 am
Forum: Inetlab.SMPP v1.0
Topic: how to check if message requested Delivery report
Replies: 2
Views: 97576

how to check if message requested Delivery report

hi ,,,

how to check in server server_evClientSubmitSm if message requested delivery report ?

thanks