Pretty weird. I found this link:

http://www.angrycoder.com/view_message_thread.aspx?mid=6813&fid=3

where someone suggests using TcpClientChannel and TcpServerChannel.  Those
classes have constructors that take a name parameter.

Russ

At 02:06 PM 7/11/2003 -0400, you wrote:
I'm trying to create a new Channel that subclasses TcpChannel.  According
to the MSDN documentation, TcpChannel.ChannelName is virtual and can be
overridden, but when I try to redeclare ChannelName as "override" in my
new class, it says I can't do it because TcpChannel.ChannelName is not
new, virtual, or override.  Is this a bug?

Thanks for your assistance.

Wayne

Reply via email to