| IRequestMaximumPostBodySize Property  | 
            Gets or sets the maximum post body size.
            
 
Namespace: VirtualRadar.Interface.WebServerAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxint MaximumPostBodySize { get; set; }Property MaximumPostBodySize As Integer
	Get
	Set
property int MaximumPostBodySize {
	int get ();
	void set (int value);
}abstract MaximumPostBodySize : int with get, set
Property Value
Type: 
Int32
See Also