Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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)

public:
property int MaxBufferSize {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

The maximum size of the buffer. The default size is 65536 bytes.

Return to top
Show: