Add obsoletion reason for KestrelServerOptions.MaxRequestBufferSize.

This commit is contained in:
Cesar Blum Silveira 2016-08-04 10:46:42 -07:00
parent 9727a4db86
commit 140dc6fcf5
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ namespace Microsoft.AspNetCore.Server.Kestrel
/// When set to null, the size of the request buffer is unlimited.
/// Defaults to 1,048,576 bytes (1 MB).
/// </remarks>
[Obsolete]
[Obsolete("This property is obsolete and will be removed in a future version. Use Limits.MaxRequestBufferSize instead.")]
public long? MaxRequestBufferSize
{
get