SmartFoxMaxMessageSize Property |
Returns the maximum size of messages allowed by the server.
Namespace:
Sfs2X
Assembly:
SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax public int MaxMessageSize { get; }
Property Value
Type:
Int32Remarks
Any request exceeding this size will not be sent. The value is determined by the server-side configuration.
See Also