0

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.

Johnny_D
  • 4,592
  • 3
  • 33
  • 63

1 Answers1

0

Seems using generated class that's impossible, until you write your own class and prevent data deserialization.

Johnny_D
  • 4,592
  • 3
  • 33
  • 63