Click or drag to resize
Json.NET Schema

JSchemaUrlResolverByteLimit Property

 
Gets or sets a value, in bytes, that determines the maximum download size allowed before failing.

Namespace:  Newtonsoft.Json.Schema
Assembly:  Newtonsoft.Json.Schema (in Newtonsoft.Json.Schema.dll) Version: 3.0.6
Syntax
C#
public Nullable<int> ByteLimit { get; set; }

Property Value

Type: NullableInt32
See Also