|
-
Feb 24th, 2004, 02:29 PM
#1
Thread Starter
Lively Member
System.net.Socket(C#.server) and Winsock(Client)
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
-
Feb 24th, 2004, 02:49 PM
#2
You should have no problem, as long as both sockets are using TCP.
Every passing hour brings the Solar System forty-three thousand miles closer to Globular Cluster M13 in Hercules -- and still there are some misfits who insist that there is no such thing as progress.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|