Search found 4 matches

by jeremih.ose
Fri Feb 10, 2023 8:56 am
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: Adding Headers to smpp client before bind
Replies: 6
Views: 180203

Re: Adding Headers to smpp client before bind

please, find attached screenshot
by jeremih.ose
Fri Feb 10, 2023 7:23 am
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: Adding Headers to smpp client before bind
Replies: 6
Views: 180203

Re: Adding Headers to smpp client before bind

Hello kind sir, I am looking to do a CUAP connection using the Smpp client library. where before the bind some header parameters are added. CUAP meaning China mobile Ussd application protocol.
by jeremih.ose
Wed Feb 08, 2023 11:22 am
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: Adding Headers to smpp client before bind
Replies: 6
Views: 180203

Adding Headers to smpp client before bind

Hello, I am looking for a way to add headers to smpp client before bind.
I have this code snippet to show what I am trying to achieve

using Inetlab.SMPP;
using Inetlab.SMPP.Common;
using System.Collections.Generic;

// Connect to the SMPP server
var client = new SmppClient();
client.Connect ...