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