Is it possible to prevent deserialization, or to have access to Operation result class of webmethod in generated proxy class without writing your own proxy class?
Thanks.
Is it possible to prevent deserialization, or to have access to Operation result class
Share
Seems using generated class that’s impossible, until you write your own class and prevent data deserialization.