1 write to peerNode
System.ServiceModel (1)
System\ServiceModel\Channels\PeerOutputChannel.cs (1)
31this.peerNode = new PeerNode(peerNode);
12 references to peerNode
System.ServiceModel (12)
System\ServiceModel\Channels\PeerOutputChannel.cs (12)
41return (T)(object)this.peerNode; 45return (T)(object)this.peerNode.InnerNode; 49return (T)(object)this.peerNode; 64this.peerNode.InnerNode.Abort(); 76return this.peerNode.InnerNode.BeginClose(timeout, callback, state); 81IAsyncResult result = this.peerNode.InnerNode.BeginOpen(timeout, callback, state, true); 87this.peerNode.InnerNode.Close(timeout); 108if (release && (this.peerNode != null)) 110this.peerNode.InnerNode.Release(); 117this.peerNode.OnOpen(); 118this.peerNode.InnerNode.Open(timeout, true); 156return this.peerNode.InnerNode.BeginSend(this, message, this.via, (ITransportFactorySettings)Manager, timeoutHelper.RemainingTime(), callback, state, this.securityProtocol);