Search found 1 match

by sirdneo
Tue Sep 03, 2019 5:18 pm
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: Getting Exception while setting ReceiveBufferSize or SendBufferSize
Replies: 1
Views: 4531

Getting Exception while setting ReceiveBufferSize or SendBufferSize

I am Getting Exception while I am trying to set ReceiveBufferSize or SendBufferSize Here is sample code. _client = new SmppClient { ResponseTimeout = TimeSpan.FromSeconds(60), EnquireLinkInterval = TimeSpan.FromSeconds(20), SendBufferSize = 10240 }; Here is exception which I am getting. A first chan...