StreamWebSocket.InputStream Property

Definition

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

public:
 property IInputStream ^ InputStream { IInputStream ^ get(); };
IInputStream InputStream();
public IInputStream InputStream { get; }
var iInputStream = streamWebSocket.inputStream;
Public ReadOnly Property InputStream As IInputStream

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.

Applies to

See also