1 write to inputAcceptor
System.ServiceModel (1)
System\ServiceModel\Channels\PeerInputChannelListener.cs (1)
90this.inputAcceptor = new PeerInputChannelAcceptor(this.InnerNode, this.Registration, this, new EndpointAddress(this.Uri), this.Uri);
1 reference to inputAcceptor
System.ServiceModel (1)
System\ServiceModel\Channels\PeerInputChannelListener.cs (1)
85get { return this.inputAcceptor; }