HttpSelfHostConfiguration.MaxBufferSize Property
Gets or sets the maximum size of the buffer.
Namespace: System.Web.Http.SelfHost
Assembly: System.Web.Http.SelfHost (in System.Web.Http.SelfHost.dll)
Syntax
public int MaxBufferSize { get; set; }
public:
property int MaxBufferSize {
int get();
void set(int value);
}
member MaxBufferSize : int with get, set
Public Property MaxBufferSize As Integer
Property Value
Type: System.Int32
The maximum size of the buffer. The default size is 65536 bytes.
See Also
HttpSelfHostConfiguration Class
System.Web.Http.SelfHost Namespace
Return to top