1 write to peerNode
System.ServiceModel (1)
System\ServiceModel\Channels\PeerInputChannel.cs (1)
29this.peerNode = new PeerNode(peerNode);
10 references to peerNode
System.ServiceModel (10)
System\ServiceModel\Channels\PeerInputChannel.cs (10)
38return (T)(object)this.peerNode; 42return (T)(object)this.peerNode.InnerNode; 46return (T)(object)this.peerNode; 62this.peerNode.InnerNode.Abort(); 82return this.peerNode.InnerNode.BeginClose(timeout, callback, state); 95IAsyncResult result = this.peerNode.InnerNode.BeginOpen(timeout, callback, state, true); 102this.peerNode.InnerNode.Close(timeoutHelper.RemainingTime()); 126this.peerNode.InnerNode.Release(); 167this.peerNode.OnOpen(); 168this.peerNode.InnerNode.Open(timeoutHelper.RemainingTime(), true);