Multiple choice technology web technology

Streaming is supported by

  1. NetNamedPipeBinding,NetTcpBinding,BasicHttpBinding

  2. NetNamedPipeBinding,BasicHttpBinding

  3. BasicHttpBinding

  4. NetNamedPipeBinding

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

Streaming in WCF is supported by NetNamedPipeBinding (for same-machine communication), NetTcpBinding (for cross-machine TCP communication), and BasicHttpBinding (for HTTP-based streaming). These bindings can transfer large messages as streams instead of buffering the entire message.