StreamSocket.OutputStream
StreamSocket.OutputStream
StreamSocket.OutputStream
StreamSocket.OutputStream
StreamSocket.OutputStream
Property
Definition
Gets the output stream to write to the remote host on a StreamSocket object.
public : IOutputStream OutputStream { get; }
IOutputStream OutputStream();
public IOutputStream OutputStream { get; }
Public ReadOnly Property OutputStream As IOutputStream
var iOutputStream = streamSocket.outputStream;
Property Value
A sequential stream of bytes to be written to the remote destination.
Additional features and requirements
Capabilities |
ID_CAP_NETWORKING [Windows Phone]
|
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.
See also
Feedback
We'd love to hear your thoughts. Choose the type you'd like to provide:
Our feedback system is built on GitHub Issues. Read more on our blog.
Loading feedback...