1 write to client
System.ServiceModel (1)
System\ServiceModel\Description\MetadataResolver.cs (1)
169
this.
client
= client;
4 references to client
System.ServiceModel (4)
System\ServiceModel\Description\MetadataResolver.cs (4)
182
result = this.
client
.BeginGetMetadata(this.address.Uri, MetadataExchangeClientMode.HttpGet, Fx.ThunkCallback(new AsyncCallback(this.EndGetMetadataSet)), null);
186
result = this.
client
.BeginGetMetadata(this.address, Fx.ThunkCallback(new AsyncCallback(this.EndGetMetadataSet)), null);
219
MetadataSet metadataSet = this.
client
.EndGetMetadata(result);
220
endpointCollection = ImportEndpoints(metadataSet, knownContracts, this.
client
);