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 long MaximumContentLength { get; set; }

Property Value

long

Remarks

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