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.
Asked
Active
Viewed 189 times
0
-
I mean maybe there some attributes that can prevent deserialization and get raw response? – Johnny_D Mar 26 '12 at 07:06
1 Answers
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