1 write to innerChannel
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\DiscoveryClientChannelBase.cs (1)
655this.innerChannel = innerChannel;
3 references to innerChannel
System.ServiceModel.Discovery (3)
System\ServiceModel\Discovery\DiscoveryClientChannelBase.cs (3)
657if (this.innerChannel != null) 659IAsyncResult closeResult = this.innerChannel.BeginClose( 682this.innerChannel.EndClose(result);