Supports network communication that allows reading and writing whole messages by using a WebSocket connection.
MessageWebSocket signals that a new message has been received only after the entire message has arrived. If you want to transfer large files, such as photos or movies, by using WebSockets technology, you should use the StreamWebSocket class instead, because it allows your code to read and process sections of a message with each of multiple read operations.
public ref class MessageWebSocket sealed : IWebSocket, IClosable
Namespace: Windows.Networking.Sockets
Metadata: windows.winmd