2 writes to discoveryClient
System.ServiceModel.Discovery (2)
System\ServiceModel\Discovery\DiscoveryClientChannelBase.cs (2)
321this.discoveryClient = new DiscoveryClient(discoveryEndpoint); 397this.discoveryClient = null;
5 references to discoveryClient
System.ServiceModel.Discovery (5)
System\ServiceModel\Discovery\DiscoveryClientChannelBase.cs (5)
322this.discoveryClient.FindProgressChanged += new EventHandler<FindProgressChangedEventArgs>(OnFindProgressChanged); 323this.discoveryClient.FindCompleted += new EventHandler<FindCompletedEventArgs>(OnFindCompleted); 343this.discoveryClient.FindAsync(this.findCriteria, this); 376this.discoveryClient.CancelAsync(this); 377((ICommunicationObject)this.discoveryClient).Close(timeoutHelper.RemainingTime());