1 write to innerChannel
System.ServiceModel (1)
System\ServiceModel\Channels\LayeredChannel.cs (1)
22this.innerChannel = innerChannel;
10 references to innerChannel
System.ServiceModel (10)
System\ServiceModel\Channels\LayeredChannel.cs (10)
24this.innerChannel.Faulted += this.onInnerChannelFaulted; 29get { return this.innerChannel; } 45this.innerChannel.Faulted -= this.onInnerChannelFaulted; 51this.innerChannel.Abort(); 56this.innerChannel.Close(timeout); 61return this.innerChannel.BeginClose(timeout, callback, state); 66this.innerChannel.EndClose(result); 71this.innerChannel.Open(timeout); 76return this.innerChannel.BeginOpen(timeout, callback, state); 81this.innerChannel.EndOpen(result);