2 writes to innerChannel
System.ServiceModel.Discovery (2)
System\ServiceModel\Discovery\DiscoveryClientChannelBase.cs (2)
82this.innerChannel = this.BuildChannel(timeout); 97this.innerChannel = DiscoveryChannelBuilderAsyncResult.End(result);
11 references to innerChannel
System.ServiceModel.Discovery (11)
System\ServiceModel\Discovery\DiscoveryClientChannelBase.cs (11)
60return this.innerChannel; 72if (this.innerChannel != null) 83this.innerChannel.Faulted += new EventHandler(OnInnerChannelFaulted); 98this.innerChannel.Faulted += new EventHandler(OnInnerChannelFaulted); 103if (this.innerChannel != null) 105this.innerChannel.Faulted -= new EventHandler(OnInnerChannelFaulted); 112if (this.innerChannel != null) 114this.innerChannel.Close(timeout); 121this.innerChannel, 134if (this.innerChannel != null) 136this.innerChannel.Abort();