(flightServiceClient.Endpoint.Binding as BasicHttpBinding).MaxReceivedMessageSize = int.MaxValue;
(flightServiceClient.Endpoint.Binding as BasicHttpBinding).MaxReceivedMessageSize = int.MaxValue;
转载于:https://www.cnblogs.com/davidgu/archive/2012/07/16/2593815.html