Table of Contents

Property AsyncRequestProcessing

Namespace: Sisk.Core.Http
Assembly: Sisk.Core.dll

AsyncRequestProcessing

Gets or sets whether the HTTP server should handle requests asynchronously or if it should limit the request processing to one request per time.

public bool AsyncRequestProcessing { get; set; }

Property Value

bool