2 references to InnerNode
System.ServiceModel (2)
System\ServiceModel\Channels\PeerDuplexChannelListener.cs (1)
91this.duplexAcceptor = new PeerDuplexChannelAcceptor(this.InnerNode, this.Registration, this, new EndpointAddress(this.Uri), this.BaseUri);
System\ServiceModel\Channels\PeerInputChannelListener.cs (1)
90this.inputAcceptor = new PeerInputChannelAcceptor(this.InnerNode, this.Registration, this, new EndpointAddress(this.Uri), this.Uri);