GetContext Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Waits for an incoming request and returns when one is received.

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

Syntax

'Declaration
Public Function GetContext As HttpListenerContext
public HttpListenerContext GetContext()
public:
HttpListenerContext^ GetContext()
member GetContext : unit -> HttpListenerContext 
public function GetContext() : HttpListenerContext

Return Value

Type: System.Net. . :: . .HttpListenerContext
An HttpListenerContext object that represents a client request.

.NET Framework Security

See Also

Reference

HttpListener Class

System.Net Namespace