| StandardResponseBufferSize Property |
[Missing <summary> documentation for "P:Activsoft.Engine.Mobile.Utils.Web.StandardResponse.BufferSize"]
Namespace: Activsoft.Engine.Mobile.Utils.WebAssembly: Activsoft.Engine.Mobile (in Activsoft.Engine.Mobile.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int BufferSize { get; set; }Public Property BufferSize As Integer
Get
Set
public:
virtual property int BufferSize {
int get () sealed;
void set (int value) sealed;
}abstract BufferSize : int with get, set
override BufferSize : int with get, set
Property Value
Type:
Int32Implements
IResponseBufferSize
See Also