BufferingHelper Class¶
- Namespace
Microsoft.AspNetCore.Http.Internal
- Assemblies
- Microsoft.AspNetCore.Http
Methods¶
-
EnableRewind
(Microsoft.AspNetCore.Http.HttpRequest, System.Int32, System.Nullable<System.Int64>)¶ Return type: Microsoft.AspNetCore.Http.HttpRequest public static HttpRequest EnableRewind(this HttpRequest request, int bufferThreshold = 30720, long ? bufferLimit = null)
-
EnableRewind
(Microsoft.AspNetCore.WebUtilities.MultipartSection, System.Action<System.IDisposable>, System.Int32, System.Nullable<System.Int64>) Return type: Microsoft.AspNetCore.WebUtilities.MultipartSection public static MultipartSection EnableRewind(this MultipartSection section, Action<IDisposable> registerForDispose, int bufferThreshold = 30720, long ? bufferLimit = null)
-
Properties¶
-
Microsoft.AspNetCore.Http.Internal.BufferingHelper.
TempDirectory
¶ Return type: System.String public static string TempDirectory { get; }
-