IWebSocket.OutputStream Property

Definition

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

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

Property Value

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

Remarks

This property is used with the DataWriter object to write outgoing data to be sent to the remote network destination on a socket object.

Applies to

See also