thinkinterview » interview questions
« Previous

interview Questions

next »
question

Which is a true statement for BeforeSerialize stage of an in-coming request message occurs?

  • 1. Occurs right after the web method is invoked but before the request is serialized into XML.
  • 2. Occurs before response is de-serialized into an object.
  • 3. Occurs after serialization but before XML is sent across the network.
  • 4. Right after the de-serialization process but before the client receives the result.

Next Queston » Which method of SoapExtension class is used to intercept the inco...

Which method of SoapExtension class is used to intercept the incoming stream and determine the... View full queston »


Posted in: .NET(40) |