WCF: intercept message send/receive progress in client

Posted by Cullen Tsering on Stack Overflow See other posts from Stack Overflow or by Cullen Tsering
Published on 2009-07-20T16:00:46Z Indexed on 2011/01/04 1:54 UTC
Read the original article Hit count: 203

Filed under:
|
|

Hello gurus,

I have a desktop application sending/receiving messages (not files) to/from a WCF service.

How do I intercept the total size of the message to be transferred and receive feedback (number of bytes transferred) during the transmission so a progress bar maybe displayed to the desktop app user?

How many approaches are there? What is the best one given my application scenario?

Any comments or suggestions will be greatly appreciated,

Cullen

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET