what are the various type of channels used by .Net remoting
and which is the best one?
Answer Posted / mkm
There are 2 types of channels .
channel means sending messages. 2 types are http and tcp
Tcp is used for lan , http is used for lan and wan
Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
How can you configure a .net remoting object via xml file?
What are the security features in .net remoting?
What is objref object in remoting?
What are different types of assemblies?
What is the proxy of the server object in .net remoting?
What are the steps to publish an object outside the service domain
How do you directly call a native function exported from a DLL?
what is Client-activated object in remoting?
Will clr handle unmanaged code or not?
Which one is better WebService and Remoting ?
What is unboxing?
Hello, I want to connect a system in LAN and i want to access that.When ever i am moving a mouse in my desktop the similar thing have to happend in the another system in which i have connected. I need coding for this in c# and .NET . any one please help me.It is very urgent to me Advance thanks. my email id:manojkumarchallagundla@gmail.com
Define remotable objects in .net remoting?
What is unmanaged code?
Difference between .net remoting versus distributed com?