OwinHttpListener Class

 

This wraps HttpListener and exposes it as an OWIN compatible server.

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

System::Object
  Microsoft.Owin.Host.HttpListener::OwinHttpListener

public ref class OwinHttpListener sealed : IDisposable

NameDescription
System_CAPS_pubpropertyListener

The HttpListener instance wrapped by this wrapper.

NameDescription
System_CAPS_pubmethodDispose()

Shuts down the listener and disposes it.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetRequestProcessingLimits(Int32, Int32)

Gets the limits that process the request.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodSetRequestProcessingLimits(Int32, Int32)

These are merged as one call because they should be swapped out atomically. This controls how many requests the server attempts to process concurrently.

System_CAPS_pubmethodSetRequestQueueLimit(Int64)

Sets the maximum number of requests that will be queued up in Http.Sys.

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: