Property MaximumContentLength
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
Remarks
Leave it as "0" to set the maximum content length to unlimited.