Table of Contents

Property MaximumContentLength

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

MaximumContentLength

Gets or sets the maximum size of a request body before it is closed by the socket.

public int MaximumContentLength { get; set; }

Property Value

int

Remarks

Leave it as "0" to set the maximum content length to unlimited.