2 writes to maxFaultSize
System.ServiceModel (2)
System\ServiceModel\Dispatcher\ClientRuntime.cs (2)
104this.maxFaultSize = TransportDefaults.MaxFaultSize; 284this.maxFaultSize = value;
1 reference to maxFaultSize
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ClientRuntime.cs (1)
279return this.maxFaultSize;