Is there a way to know how much space a serialized object transmitted in a WCF netTCP binding takes? I am getting a
The socket connection was aborted. This could be caused by an error processing your message or a receive timeout being exceeded by the remote host, or an underlying network resource issue. Local socket timeout was '00:00:59.9570000'
error and I think that it may be due to the size of the datatable I am transmitting back. Is there a way in Windows debugger to determine how much space (bytes) the data to be transmitted back will take?