Archived Forum Post

Index of archived forum posts

Question:

Socket.SendString is not sending the complete message

Mar 30 '16 at 01:35

Hi, I am using Chilkat's socket class in c# to connect to a server using SSL.

I am using below code snippet to send a string. socket.SendString("String Message");

Server is only receiving the first 85 characters of the message that is being send. Is there any property to be set to the full message is sent to the server?

How can I check if its an issue with the sender Vs Receiver?

Regards, Anitha