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.