Share via


OwinHttpListener.Listener Property

 

The HttpListener instance wrapped by this wrapper.

Namespace:   Microsoft.Owin.Host.HttpListener
Assembly:  Microsoft.Owin.Host.HttpListener (in Microsoft.Owin.Host.HttpListener.dll)

Syntax

public HttpListener Listener { get; }
public:
property HttpListener^ Listener {
    HttpListener^ get();
}
member Listener : HttpListener with get
Public ReadOnly Property Listener As HttpListener

Property Value

Type: System.Net.HttpListener

Returns HttpListener.

See Also

OwinHttpListener Class
Microsoft.Owin.Host.HttpListener Namespace

Return to top