Share via


ServerStreamWebSocket.InputStream Property

Definition

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

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

Property Value

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

Windows requirements

App capabilities
internetClientServer privateNetworkClientServer

Applies to