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