ServerMessageWebSocket.OutputStream Property

Definition

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

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

Property Value

A sequential stream of bytes to be written to the remote destination as a single message.

Windows requirements

App capabilities
internetClientServer privateNetworkClientServer

Applies to