Click or drag to resize

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
C#
public int MaxMessageSize { get; }

Property Value

Type: Int32
Remarks
Any request exceeding this size will not be sent. The value is determined by the server-side configuration.
See Also