Share via


HttpListenerContext.Request Property

Gets the HttpListenerRequest that represents a client's request for a resource.

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

Syntax

public HttpListenerRequest Request { get; }

Property Value

An HttpListenerRequest object that represents the client request.

Version Information

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

See Also

Reference

HttpListenerContext Class
HttpListenerContext Members
System.Net Namespace