2 references to MaxFaultSize
System.ServiceModel (2)
System\ServiceModel\Channels\OneWayChannelFactory.cs (1)
218
MessageFault messageFault = MessageFault.CreateFault(response, TransportDefaults.
MaxFaultSize
);
System\ServiceModel\Dispatcher\ClientRuntime.cs (1)
104
this.maxFaultSize = TransportDefaults.
MaxFaultSize
;