Share via


ServerStreamWebSocket.OutputStream Property

Definition

Gets the output stream to write to the remote network destination on a ServerStreamWebSocket object.

public:
 property IOutputStream ^ OutputStream { IOutputStream ^ get(); };
IOutputStream OutputStream();
public IOutputStream OutputStream { get; }
var iOutputStream = serverStreamWebSocket.outputStream;
Public ReadOnly Property OutputStream As IOutputStream

Property Value

A sequential stream of bytes to be written to the remote destination.

Windows requirements

App capabilities
internetClientServer privateNetworkClientServer

Applies to