maxreceivedmessagesize
WCF Service data limits with SSL
I\'ve managed to set up my Web Service to use SSL but now some calls that initially worked are now failing because the MaxReceivedMessageSize is too small.[详细]
2023-03-17 16:30 分类:问答WCF webhttp service using JSON increasing message size
I\'m using ASIFormDataRequest to POST an image in JSON format to a WCF REST service based on the \"WCF REST Service Template 40(CS)\". It works fine for images smaller than the default message size of[详细]
2023-03-12 13:22 分类:问答WCF Service 4.0 --- maxReceivedMessageSize ain't effectively used
I am building a WCF service with framework 4.0 for a special application in house. I have a big array of object to pass from the server to the WPF client. If the array is small enough, everything work[详细]
2023-03-07 00:00 分类:问答The maximum message size quota for incoming messages (65536) has been exceeded
My WCF Service has an OperationContract that accepts, as a parameter, an array of objects.This can potentially be quite large.After looking for fixes for Bad Request: 400, I found the real reason: the[详细]
2022-12-31 20:23 分类:问答WCF MaxReceivedMessageSize property not taking
Searched with no luck... I keep getting The maximum message size quota for incoming messages (65536) has been exceeded. To increase the quota, use the MaxReceivedMessageSize property on the approp[详细]
2022-12-26 02:13 分类:问答WCF maxReceivedMessagesize and readerquotas
What is the fundamental difference between the tw开发者_运维问答o? On the server side on the service, I am using readerQuotas to accomodate large string lengths (Int32.MaxValue). What is the significa[详细]
2022-12-24 07:56 分类:问答silverlight 3 wcf service configuration -- getting maxreceivedmessagesize error
I\'m getting the maxreceivedmessagesize error for messages greater than 64K.The problem is that I\'ve already changed everything in both server and client, and it\'s not fixing the problem.[详细]
2022-12-19 01:36 分类:问答