This documentation is archived and is not being maintained.
IChannelSender Interface
.NET Framework 1.1
Provides required functions and properties for the sender channels.
For a list of all members of this type, see IChannelSender Members.
System.Runtime.Remoting.Channels.IChannel
System.Runtime.Remoting.Channels.IChannelSender
[Visual Basic] Public Interface IChannelSender Inherits IChannel [C#] public interface IChannelSender : IChannel [C++] public __gc __interface IChannelSender : public IChannel [JScript] public interface IChannelSender implements IChannel
Classes that Implement IChannelSender
| Class | Description |
|---|---|
| HttpChannel | Provides an implementation for a sender-receiver channel that uses the HTTP protocol to transmit messages. |
| HttpClientChannel | Provides an implementation for a client 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. |
| TcpClientChannel | Provides an implementation for a client channel that uses the TCP protocol to transmit messages. |
Remarks
The sending side of channels must expose the IChannelSender 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
IChannelSender Members | System.Runtime.Remoting.Channels Namespace
Show: