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