U
Udi
Hi All,
I have a C# dll that exports some functions.
I have a TCP server application that loads this dll at runtime.
The TCP server receives request messages to invoke the dll functions
from clients.
Each invocation request (sent by clients) consists of the name of the
class library (dll), the name of the function and it's parameters
(that may be of structure type).
Is there any built in mechanism in .NET that can help me do that?
(I need to come up with a conveniant protocol to RPC these functions
from remote clients.)
Thanks,
Udi.
I have a C# dll that exports some functions.
I have a TCP server application that loads this dll at runtime.
The TCP server receives request messages to invoke the dll functions
from clients.
Each invocation request (sent by clients) consists of the name of the
class library (dll), the name of the function and it's parameters
(that may be of structure type).
Is there any built in mechanism in .NET that can help me do that?
(I need to come up with a conveniant protocol to RPC these functions
from remote clients.)
Thanks,
Udi.