Socket Auto Receive Mode
I am working on a messenger application (Jabber Client) in C# 2.0 I am able to successfully connect & receive data in asynchronously or synchronously manner. My Question is How I put .Net Socket in auto receive mode so that it receive data continuously & still able to send data?
I am working on a messenger application (Jabber Client) in C# 2.0 I am able to successfully connect & receive data in asynchronously or synchronously manner. My Question is How I put .Net Socket in auto receive mode so that it receive data continuously & still able to send data?
Last edited: