What are channels in .NET Remoting?

Answers were Sorted based on User's Feedback



What are channels in .NET Remoting?..

Answer / guest

Channels represent the objects that transfer the other
serialized objects from one application domain to another
and from one computer to another, as well as one process to
another on the same box. A channel must exist before an
object can be transferred.

Is This Answer Correct ?    1 Yes 0 No

What are channels in .NET Remoting?..

Answer / rajeshree

The .NET framework uses Channel Objects to connect Applications together. The two Channels which are available right now in the .NET framework are the System.Runtime.Remoting.Channels.TCP and the System.Runtime.Remoting.Channels.HTTP classes.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

What is the native image generator?

0 Answers  


What are use of Cloud computing....?

1 Answers   CTS,


Hi, Requirement is: try { \\SQL Query } catch(Exception i) { print a } catch(SQLQueryException e) { \\SQL Query } Got Exception in "try" block. Which "catch" throws exception and Why??? Please provide the answer in detail.. Thanks for the help!!!

3 Answers   3i Infotech,


which methos do you invoke on the dataadapter control to load your generated dataset with data?

0 Answers  


State some of the different languages supported by .net?

0 Answers  






diff between forms authentication and windows authentication?

11 Answers  


How to get the hostname or IP address of the server?

2 Answers  


Using activex control in .net?

0 Answers  


Explain asp.net?

0 Answers  


What is the need of OLE-automation?

0 Answers   CGI,


How is a property designated as read-only?

2 Answers   Siebel Systems,


I have a problem in installing visual Studio 2008 on PC that have Celeron Processor ? afterAll InstallionFaied . Pls suggest me . Is it possible or not .if Yes then How ?

0 Answers  


Categories