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