1 instantiation of PeerDuplexChannelAcceptor
System.ServiceModel (1)
System\ServiceModel\Channels\PeerDuplexChannelListener.cs (1)
91
this.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)
75
sealed class PeerDuplexChannelListener : PeerChannelListener<IDuplexChannel,
PeerDuplexChannelAcceptor
>
77
PeerDuplexChannelAcceptor
duplexAcceptor;
84
protected override
PeerDuplexChannelAcceptor
ChannelAcceptor