OwinHttpListener.Listener Property
Gets the HttpListener instance wrapped by this wrapper.
Namespace: Microsoft.Owin.Host.HttpListener
Assembly: Microsoft.Owin.Host.HttpListener (in Microsoft.Owin.Host.HttpListener.dll)
Syntax
'Declaration
Public ReadOnly Property Listener As HttpListener
Get
'Usage
Dim instance As OwinHttpListener
Dim value As HttpListener
value = instance.Listener
public HttpListener Listener { get; }
public:
property HttpListener^ Listener {
HttpListener^ get ();
}
member Listener : HttpListener
function get Listener () : HttpListener
Property Value
Type: System.Net.HttpListener
The HttpListener instance wrapped by this wrapper.