1 write to peerNode
System.ServiceModel (1)
System\ServiceModel\Channels\PeerDuplexChannel.cs (1)
33this.peerNode = new PeerNode(peerNode);
13 references to peerNode
System.ServiceModel (13)
System\ServiceModel\Channels\PeerDuplexChannel.cs (13)
51get { return this.peerNode.InnerNode; } 82return (T)(object)this.peerNode; 86return (T)(object)this.peerNode.InnerNode; 90return (T)(object)this.peerNode; 106this.peerNode.InnerNode.Abort(); 118return this.peerNode.InnerNode.BeginClose(timeout, callback, state); 123IAsyncResult result = this.peerNode.InnerNode.BeginOpen(timeout, callback, state, true); 130this.peerNode.InnerNode.Close(timeoutHelper.RemainingTime()); 152if (release && (this.peerNode != null)) 156this.peerNode.InnerNode.Release(); 185this.peerNode.OnOpen(); 186this.peerNode.InnerNode.Open(timeout, true); 215return this.peerNode.InnerNode.BeginSend(this, message, this.via, (ITransportFactorySettings)Manager,