1 instantiation of PeerInputChannelAcceptor
System.ServiceModel (1)
System\ServiceModel\Channels\PeerInputChannelListener.cs (1)
90this.inputAcceptor = new PeerInputChannelAcceptor(this.InnerNode, this.Registration, this, new EndpointAddress(this.Uri), this.Uri);
3 references to PeerInputChannelAcceptor
System.ServiceModel (3)
System\ServiceModel\Channels\PeerInputChannelListener.cs (3)
74sealed class PeerInputChannelListener : PeerChannelListener<IInputChannel, PeerInputChannelAcceptor> 76PeerInputChannelAcceptor inputAcceptor; 83protected override PeerInputChannelAcceptor ChannelAcceptor