HttpListenerResponse.OutputStream Property

Gets a Stream object to which a response can be written.

Namespace: System.Net
Assembly: System (in system.dll)

Syntax

public Stream OutputStream { get; }

Property Value

A Stream object to which a response can be written.

Remarks

The first write to the output stream sends a response to the client.

Version Information

Available in the .NET Micro Framework versions 4.0 and 4.1.

See Also

Reference

HttpListenerResponse Class
HttpListenerResponse Members
System.Net Namespace