1 write to duplexAcceptor
System.ServiceModel (1)
System\ServiceModel\Channels\PeerDuplexChannelListener.cs (1)
91this.duplexAcceptor = new PeerDuplexChannelAcceptor(this.InnerNode, this.Registration, this, new EndpointAddress(this.Uri), this.BaseUri);
1 reference to duplexAcceptor
System.ServiceModel (1)
System\ServiceModel\Channels\PeerDuplexChannelListener.cs (1)
86get { return this.duplexAcceptor; }