1 write to innerOutputChannel
System.ServiceModel (1)
System\ServiceModel\Channels\LayeredChannelFactory.cs (1)
180this.innerOutputChannel = innerOutputChannel;
12 references to innerOutputChannel
System.ServiceModel (12)
System\ServiceModel\Channels\LayeredChannelFactory.cs (12)
182this.innerOutputChannel.Faulted += this.onInnerOutputChannelFaulted; 192get { return this.innerOutputChannel.RemoteAddress; } 197get { return innerOutputChannel.Via; } 202this.innerOutputChannel.Faulted -= this.onInnerOutputChannelFaulted; 208this.innerOutputChannel.Abort(); 214return new ChainedCloseAsyncResult(timeout, callback, state, base.OnBeginClose, base.OnEndClose, this.innerOutputChannel); 225this.innerOutputChannel.Close(timeoutHelper.RemainingTime()); 231return new ChainedOpenAsyncResult(timeout, callback, state, base.OnBeginOpen, base.OnEndOpen, this.innerOutputChannel); 243innerOutputChannel.Open(timeoutHelper.RemainingTime()); 253this.innerOutputChannel.Send(message, timeout); 263return this.innerOutputChannel.BeginSend(message, timeout, callback, state); 268this.innerOutputChannel.EndSend(result);