4 references to ReplyChannel
System.ServiceModel (4)
System\ServiceModel\Channels\DatagramAdapter.cs (1)
899: base(listener, null)
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (1)
48: base(listener, binder.LocalAddress)
System\ServiceModel\Channels\ReplyChannelAcceptor.cs (1)
21return new ReplyChannel(this.ChannelManager, null);
System\ServiceModel\Channels\TransportReplyChannelAcceptor.cs (1)
99: base(channelManager, localAddress)