1 write to proxyChannel
System.ServiceModel (1)
System\ServiceModel\Channels\PeerNeighborManager.cs (1)
938this.proxyChannel = (IClientChannel)this.proxy;
9 references to proxyChannel
System.ServiceModel (9)
System\ServiceModel\Channels\PeerNeighborManager.cs (9)
991this.proxyChannel.Abort(); 1039return this.proxyChannel.BeginClose(callback, asyncState); 1073IAsyncResult result = this.proxyChannel.BeginOpen(timeoutHelper.RemainingTime(), callback, state); 1075this.proxyChannel.EndOpen(result); 1108this.proxyChannel.EndClose(result); 1120this.proxyChannel.EndOpen(result); 1241this.proxyChannel.Opened += OnChannelOpened; 1242this.proxyChannel.Closed += OnChannelClosed; 1243this.proxyChannel.Faulted += OnChannelFaulted;