Share via


HttpListenerContext.Response Property

Gets the HttpListenerResponse object that will be sent to the client in response to the client's request.

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

Syntax

public HttpListenerResponse Response { get; }

Property Value

An HttpListenerResponse object used to send a response back to the client.

Version Information

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

See Also

Reference

HttpListenerContext Class
HttpListenerContext Members
System.Net Namespace