StreamWebSocket.InputStream Property

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

Syntax

public:
property IInputStream^ InputStream {
         IInputStream^ get ();
}  

Property value

Type: IInputStream 

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.

Requirements

Namespace: Windows.Networking.Sockets

Metadata: windows.winmd

See also

Reference

StreamWebSocket Class

StreamWebSocket Members

Windows.Networking.Sockets Namespace