WebListenerOptions Class

Definition

public ref class WebListenerOptions
public class WebListenerOptions
type WebListenerOptions = class
Public Class WebListenerOptions
Inheritance
WebListenerOptions

Constructors

WebListenerOptions()

Properties

EnableResponseCaching

Attempts kernel mode caching for responses with eligible headers. The response may not include Set-Cookie, Vary, or Pragma headers. It must include a Cache-Control header with Public and either a Shared-Max-Age or Max-Age value, or an Expires header.

Listener
ListenerSettings

Settings for the underlying WebListener instance.

MaxAccepts

The maximum number of concurrent calls to WebListener.AcceptAsync().

Applies to