3 types derived from ReplyChannel
System.ServiceModel (3)
System\ServiceModel\Channels\DatagramAdapter.cs (1)
894class ReplyDatagramAdapterChannel : ReplyChannel
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (1)
20sealed class ReliableReplySessionChannel : ReplyChannel, IReplySessionChannel
System\ServiceModel\Channels\TransportReplyChannelAcceptor.cs (1)
94protected class TransportReplyChannel : ReplyChannel
1 instantiation of ReplyChannel
System.ServiceModel (1)
System\ServiceModel\Channels\ReplyChannelAcceptor.cs (1)
21return new ReplyChannel(this.ChannelManager, null);
28 references to ReplyChannel
System.ServiceModel (28)
System\ServiceModel\Channels\ChannelDemuxer.cs (8)
1326SingletonChannelListener<IReplyChannel, ReplyChannel, RequestContext> listener = new SingletonChannelListener<IReplyChannel, ReplyChannel, RequestContext>(filter, this); 1344SingletonChannelListener<IReplyChannel, ReplyChannel, RequestContext> replyListener = listener as SingletonChannelListener<IReplyChannel, ReplyChannel, RequestContext>; 1478SingletonChannelListener<IReplyChannel, ReplyChannel, RequestContext> replyListener = listener as SingletonChannelListener<IReplyChannel, ReplyChannel, RequestContext>; 1497SingletonChannelListener<IReplyChannel, ReplyChannel, RequestContext> replyListener = listener as SingletonChannelListener<IReplyChannel, ReplyChannel, RequestContext>;
System\ServiceModel\Channels\ConnectionOrientedTransportChannelListener.cs (1)
374protected override ReplyChannel OnCreateChannel()
System\ServiceModel\Channels\DatagramAdapter.cs (2)
845SingletonChannelAcceptor<IReplyChannel, ReplyChannel, RequestContext> acceptor; 888protected override ReplyChannel OnCreateChannel()
System\ServiceModel\Channels\ReplyAdapterChannelListener.cs (3)
130return ReplyChannel.HelpReceiveRequest(this, timeout); 140return ReplyChannel.HelpBeginReceiveRequest(this, timeout, callback, state); 145return ReplyChannel.HelpEndReceiveRequest(result);
System\ServiceModel\Channels\ReplyChannel.cs (5)
67ReplyChannel.CreateReceiveRequestTimedOutException(channel, timeout)); 115ReplyChannel.CreateReceiveRequestTimedOutException(this.channel, this.timeout)); 173return ReplyChannel.HelpReceiveRequest(this, timeout); 190return ReplyChannel.HelpBeginReceiveRequest(this, timeout, callback, state); 195return ReplyChannel.HelpEndReceiveRequest(result);
System\ServiceModel\Channels\ReplyChannelAcceptor.cs (2)
12class ReplyChannelAcceptor : SingletonChannelAcceptor<IReplyChannel, ReplyChannel, RequestContext> 19protected override ReplyChannel OnCreateChannel()
System\ServiceModel\Channels\SecurityChannelListener.cs (3)
1225return ReplyChannel.HelpReceiveRequest(this, timeout); 1235return ReplyChannel.HelpBeginReceiveRequest(this, timeout, callback, state); 1240return ReplyChannel.HelpEndReceiveRequest(result);
System\ServiceModel\Channels\TransactionChannelListener.cs (3)
380return ReplyChannel.HelpReceiveRequest(this, timeout); 390return ReplyChannel.HelpBeginReceiveRequest(this, timeout, callback, state); 395return ReplyChannel.HelpEndReceiveRequest(result);
System\ServiceModel\Channels\TransportReplyChannelAcceptor.cs (1)
20protected override ReplyChannel OnCreateChannel()