Table of Contents

Class RequestSizeLimitAttribute

Namespace
Phoesion.Glow.SDK.Firefly
Assembly
Phoesion.Glow.SDK.Firefly.Annotations.dll

Sets the request body size limit to the specified size.

[AttributeUsage(AttributeTargets.Assembly|AttributeTargets.Class|AttributeTargets.Method, AllowMultiple = false, Inherited = false)]
public class RequestSizeLimitAttribute : Attribute
Inheritance
object
Attribute
RequestSizeLimitAttribute

Constructors

RequestSizeLimitAttribute(long)

public RequestSizeLimitAttribute(long maxSize)

Parameters

maxSize long

Fields

MaxSize

public long MaxSize

Field Value

long