VB.Net 101 Samples Sockets: Length only 256 bytes?

  • Thread starter Thread starter Sven
  • Start date Start date
S

Sven

I am using the "Advanced .NET Framework (Networking) - Use Sockets" from the
VB.NET 101 Samples to send anything from a client to a server but it seems
that it does only support sending text messages shorter than 256 lettres...

What is wrong? is there any possibility to send more than 256?

Thanks a lot in advance!
 
I am using the "Advanced .NET Framework (Networking) - Use Sockets" from the
VB.NET 101 Samples to send anything from a client to a server but it seems
that it does only support sending text messages shorter than 256 lettres...

What is wrong? is there any possibility to send more than 256?

Thanks a lot in advance!
 
I am using the "Advanced .NET Framework (Networking) - Use Sockets" from the
VB.NET 101 Samples to send anything from a client to a server but it seems
that it does only support sending text messages shorter than 256 lettres...

What is wrong? is there any possibility to send more than 256?

Thanks a lot in advance!

I'm not sure what happend with my first post - but here goes another
attempt :) First, let me assure you that the sockets in .NET do support
more then 256 character messages or I would have couple of programs that
would be in big trouble <g>...

But, with out seeing code I can only guess about your issue... If you
could post the code where your doing your sending and receiving it would
go a long way to helping you out....
 
Back
Top