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