Hello everybody:
I have created a System.net.Socket(C#.server) and Winsock(Client).I have to send 7 parameters from the Winsock Client to the Socket Server (C#). All the parameters have to be defined as strings...
1) User Name
2) Value(Phone number)
3) Remote strin
4) URL
5) Target frame
6) Contact URL
7) Contact Target Frame

My problem is how do I pass these 7 parameters. These parameters have to send from a Winsock Client to a C# server. How do I send these parameters. Since the client is Winsock and the server is (.net.Socket) will I have problems sending the parameters. I am able to connect the Winsock Client and C# server...

Pls guide.. Rahil