Home Forums Support C# Server with Adobe Flex Client

Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2852
    Anonymous
    Inactive

    Hi, I’m wanting to create a C# server (with your DLL handling TCP/IP), but I’d like to use Adobe Flex for my client. Is it possible to connect and communicate with my server (that is using the NetworkComms library) with a client that is not (the client will be using the built-in TCP/IP functions in Flex)?

    I’m wanting to purchase the Enterprise package, but having a Flex client is a must!

    Any info would be greatly appreciated!

    #2853
    Anonymous
    Inactive

    Is it possible to connect and communicate with my server (that is using the NetworkComms library) with a client that is not (the client will be using the built-in TCP/IP functions in Flex)?

    Yes, it is possible to interface with any other 3rd party library using the ‘unmanaged connection’ feature of NetworkComms.Net. The only downsides of using a non NetworkComms.Net client is that you loose the seamless packet detection and serialisation/de serialisation features.

    If you have any further questions please feel free to post back here.

    Kind regards,
    Marc

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.