Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 799 Bytes

streamwebsocket_inputstream.md

File metadata and controls

24 lines (17 loc) · 799 Bytes
-api-id -api-type
P:Windows.Networking.Sockets.StreamWebSocket.InputStream
winrt property

Windows.Networking.Sockets.StreamWebSocket.InputStream

-description

Gets the input stream to read from the remote destination on a StreamWebSocket object.

-property-value

A sequential stream of bytes to be read from the remote destination.

-remarks

This property is used with the DataReader object to read incoming data received from the remote network destination on a socket object.

-examples

-see-also

DataReader, IInputStream