IUploadLengthFilter Interface
Represents a contract for request length filtering.
Members
Given a request, returns a boolean that specifies whether it is oversized and should be immediately rejected.
Parameters
Return Value
Boolean – A boolean that specifies whether the request is oversized and should be immediately rejected.
|