Z
Zalabado
Hi!
I am a newby in socket programming (C#) and after a lot of googling I
succeeded in connecting and sending (asynchronous) a data over socket
between a server and client
However, I would like to accept data via socket (e.g. from client) but for a
few different purposes (e.g. textmessage, login, password) and therefore i
would like to know what am i accepting (id, textmessage, login, password)...
Well, the question is: How to identify what kind of data am I accepting (id,
textmessage, login, password)?
I am a newby in socket programming (C#) and after a lot of googling I
succeeded in connecting and sending (asynchronous) a data over socket
between a server and client
However, I would like to accept data via socket (e.g. from client) but for a
few different purposes (e.g. textmessage, login, password) and therefore i
would like to know what am i accepting (id, textmessage, login, password)...
Well, the question is: How to identify what kind of data am I accepting (id,
textmessage, login, password)?