1 instantiation of PeerDuplexChannelAcceptor
System.ServiceModel (1)
System\ServiceModel\Channels\PeerDuplexChannelListener.cs (1)
91this.duplexAcceptor = new PeerDuplexChannelAcceptor(this.InnerNode, this.Registration, this, new EndpointAddress(this.Uri), this.BaseUri);
3 references to PeerDuplexChannelAcceptor
System.ServiceModel (3)
System\ServiceModel\Channels\PeerDuplexChannelListener.cs (3)
75sealed class PeerDuplexChannelListener : PeerChannelListener<IDuplexChannel, PeerDuplexChannelAcceptor> 77PeerDuplexChannelAcceptor duplexAcceptor; 84protected override PeerDuplexChannelAcceptor ChannelAcceptor