Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.26 KB

streamsocket_outputstream.md

File metadata and controls

29 lines (20 loc) · 1.26 KB
-api-id -api-type
P:Windows.Networking.Sockets.StreamSocket.OutputStream
winrt property

Windows.Networking.Sockets.StreamSocket.OutputStream

-description

Gets the output stream to write to the remote host on a StreamSocket object.

-property-value

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

-remarks

This property can be used to write outgoing data to be sent to the remote network destination on a socket object. Outgoing data can be written using the IOutputStream.WriteAsync method directly or by passing the IOutputStream object to other objects (DataWriter, for example) that accept an IOutputStream as a parameter.

-examples

See StreamSocket class.

-see-also

DataWriter, IOutputStream

-capabilities

ID_CAP_NETWORKING [Windows Phone]