If you're sending something down a socket in Winsock (VB.NET), does anyone know how to add the protocol tags?
i.e.
socket.SendData (Usname & "|" & pass) <<< I have this but I need the server to identify what kind of data is being sent. I was told to you protocols such as
EHLO and MAIL.
Anyone know?
i.e.
socket.SendData (Usname & "|" & pass) <<< I have this but I need the server to identify what kind of data is being sent. I was told to you protocols such as
EHLO and MAIL.
Anyone know?
Comment