Implemented interface member:
property
Length
Microsoft.AspNetCore.Http.IFormFile.Length
1 write to Length
Microsoft.AspNetCore.Http (1)
FormFile.cs (1)
29
Length
= length;
1 reference to Length
Microsoft.AspNetCore.Http (1)
FormFile.cs (1)
77
return new ReferenceReadStream(_baseStream, _baseStreamOffset,
Length
);