public int MaxRequestSize { get; set; }
Public Property MaxRequestSize As Integer
Get
Set
public:
property int MaxRequestSize {
int get ();
void set (int value);
}
member MaxRequestSize : int with get, set
If value is zero (0), then server will attempt to process incoming request of any size.
Average size of unsigned request with single certificate in request is around 80-100 bytes. Average size of signed request is around 2-4kb.