1 write to client
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\DiscoveryClient.cs (1)
1208this.client = client;
5 references to client
System.ServiceModel.Discovery (5)
System\ServiceModel\Discovery\DiscoveryClient.cs (5)
1211IAsyncResult result = this.client.asyncOperationsLifetimeManager.BeginClose( 1233thisPtr.client.asyncOperationsLifetimeManager.EndClose(result); 1242((ICommunicationObject)thisPtr.client).Abort(); 1249IAsyncResult closeAsyncResult = thisPtr.client.InnerCommunicationObject.BeginClose( 1267thisPtr.client.InnerCommunicationObject.EndClose(result);