1 write to inputAcceptor
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);
1 reference to inputAcceptor
System.ServiceModel (1)
System\ServiceModel\Channels\PeerInputChannelListener.cs (1)
85
get { return this.
inputAcceptor
; }