문제

does exist any way to receive data in multy step or other protocol that i use it that support the data greater than Int.MaxValue because nettcpBinding only support data less than Int.MaxValue with this attribute:

maxReceivedMessageSize = "2147483647"
도움이 되었습니까?

해결책

I think for your scenario, the better way will be to use chunking (see also WCF Chunking / Streaming) or streaming, and not trying to pass all the data in one time.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top