wcf call with a ref type

R

Roy

I have a class object as a data member used in a WCF service contract. I
create the object at the client side and pass it (serialize and deserialize)
to the service side. If I modify it at the service side, is the modification
being transfered back to the client side just like a normal function call in
a non wcf call (which means the modified copy at the service side will be
serialize-deserialize back to the client side)? Or the client side copy will
remain its original value (which means the modified copy at service side will
not serialize-deserialize back to the client side)?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top