Supports network communication that allows reading and writing streams using a WebSocket.
The StreamWebSocket class provides a stream-based abstraction of the message-based WebSocket protocol. This is useful for scenarios in which large files (such as photos or movies) need to be transferred. Using StreamWebSocket allows sections of a message to be read with each read operation, rather than requiring the entire message to be read in a single operation (as with MessageWebSocket).
public ref class StreamWebSocket sealed : IWebSocket, IClosable
Namespace: Windows.Networking.Sockets
Metadata: windows.winmd