Showing posts with label WCF. Show all posts
Showing posts with label WCF. Show all posts

Wednesday, June 09, 2010

readerQuotas

Itt kell beallitani, hogy mekkora tombok mehetnek fel-le.

maxArrayLength:
A positive integer that specifies the maximum allowed array length of data being received by Windows Communication Foundation (WCF) from a client. The default is 16384.

maxBytesPerRead:
A positive integer that specifies the maximum allowed bytes returned per read. The default is 4096.

Es a web.config-ban ide kell tenni:
configuration\system.ServiceModel\bindings\customBinding\binding\binaryMessageEncoding\readerQuotas

Tuesday, January 26, 2010

Zulfiqar: DataContract Serializer and IsReference property

Itt van egy pelda a DataContract Serializer IsReference property-jenek hasznalatara.