Multiple choice technology web technology

TranferMode property can be set to?

  1. StreamedRequest

  2. StreamedResponse

  3. Streamed

  4. Buffered

  5. All

Reveal answer Fill a bubble to check yourself
E Correct answer
Explanation

The TransferMode property in WCF can be set to Buffered, Streamed, StreamedRequest, or StreamedResponse. Buffered mode transfers entire messages, while Streamed modes enable streaming in one or both directions. The All option correctly encompasses all these values.