2 references to MaxMessageSize
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataExchangeClient.cs (2)
766
return MetadataLocationRetriever.GetXmlReader(response, this.resolver.
MaxMessageSize
, this.resolver.ReaderQuotas);
809
result = new AsyncMetadataLocationRetriever(request, this.resolver.
MaxMessageSize
, this.resolver.ReaderQuotas, timeoutHelper, callback, state);