This documentation is archived and is not being maintained.
IChannelReceiver Interface
.NET Framework 1.1
Provides required functions and properties for the receiver channels.
For a list of all members of this type, see IChannelReceiver Members.
System.Runtime.Remoting.Channels.IChannel
System.Runtime.Remoting.Channels.IChannelReceiver
[Visual Basic] Public Interface IChannelReceiver Inherits IChannel [C#] public interface IChannelReceiver : IChannel [C++] public __gc __interface IChannelReceiver : public IChannel [JScript] public interface IChannelReceiver implements IChannel
Classes that Implement IChannelReceiver
| Class | Description |
|---|---|
| HttpChannel | Provides an implementation for a sender-receiver channel that uses the HTTP protocol to transmit messages. |
| HttpServerChannel | Provides an implementation for a server channel that uses the HTTP protocol to transmit messages. |
| TcpChannel | Provides an implementation for a sender-receiver channel that uses the TCP protocol to transmit messages. |
| TcpServerChannel | Provides an implementation for a server channel that uses the TCP protocol to transmit messages. |
Remarks
The receiving side of channels must expose the IChannelReceiver interface.
Requirements
Namespace: System.Runtime.Remoting.Channels
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: Mscorlib (in Mscorlib.dll)
See Also
IChannelReceiver Members | System.Runtime.Remoting.Channels Namespace
Show: