Hi,
I have a client implemented in C#, using TCP/IP protocol.
I have to receive data from server implemented in C++, unmanaged.
What is the most efficient way to receive data
from the unmanaged C++ server via TCP/IP in the managed C# client ?
Thank you so much
I have a client implemented in C#, using TCP/IP protocol.
I have to receive data from server implemented in C++, unmanaged.
What is the most efficient way to receive data
from the unmanaged C++ server via TCP/IP in the managed C# client ?
Thank you so much
Comment