1 instantiation of PeerInputChannelAcceptor
System.ServiceModel (1)
System\ServiceModel\Channels\PeerInputChannelListener.cs (1)
90
this.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)
74
sealed class PeerInputChannelListener : PeerChannelListener<IInputChannel,
PeerInputChannelAcceptor
>
76
PeerInputChannelAcceptor
inputAcceptor;
83
protected override
PeerInputChannelAcceptor
ChannelAcceptor