2 references to MaxMessageSize
System.ServiceModel (2)
System\ServiceModel\Description\MetadataExchangeClient.cs (2)
800
return MetadataLocationRetriever.GetXmlReader(response, this.resolver.
MaxMessageSize
, this.resolver.ReaderQuotas);
839
result = new AsyncMetadataLocationRetriever(request, this.resolver.
MaxMessageSize
, this.resolver.ReaderQuotas, timeoutHelper, callback, state);