Results 1 to 2 of 2

Thread: System.net.Socket(C#.server) and Winsock(Client)

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Feb 2004
    Posts
    97

    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

  2. #2
    PowerPoster sunburnt's Avatar
    Join Date
    Feb 2001
    Location
    Boulder, Colorado
    Posts
    1,403
    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
  •  



Click Here to Expand Forum to Full Width