I want to send List> through SslStream. We can send this using Socke.Send but i want SSL security.
foreach (var segment in segments) { sslStream.Write(segment.Array, segment.Offset, segment.Count); }