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