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