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::MaxReceivedMessageSize Property
Gets or sets the maximum size of the received message.
Assembly: System.Web.Http.SelfHost (in System.Web.Http.SelfHost.dll)
public: property long long MaxReceivedMessageSize { long long get(); void set(long long value); }
Property Value
Type: System::Int64The maximum size of the received message. The default size is 65536 bytes.
Show: