MessageWebSocket.OutputStream Property

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

Syntax

public:
property IOutputStream^ OutputStream {
         IOutputStream^ get ();
}  

Property value

Type: IOutputStream 

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

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.

Requirements

Namespace: Windows.Networking.Sockets

Metadata: windows.winmd

See also

Reference

MessageWebSocket Class

MessageWebSocket Members

Windows.Networking.Sockets Namespace