socket problem

hi all , i m a new programmer in socket programming in C# , i m creating a server and i have to use only Socket class not TcpListener , my problem is how can i accept multiple clients using socket class,
pls help me i have to submit my project on coming tuesday.
Praveen Sharma(MCA)

Comments

  • : hi all , i m a new programmer in socket programming in C# , i m
    : creating a server and i have to use only Socket class not
    : TcpListener , my problem is how can i accept multiple clients using
    : socket class,
    : pls help me i have to submit my project on coming tuesday.
    : Praveen Sharma(MCA)

    In simple way, You can create a new listener right after one client is connected. Then use timer control to handle each client in each timer tick.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories

In this Discussion