Get/set the character used as separator for the string (raw) protocol.
The default value is % (percentage character).
The default value is % (percentage character).
The current raw protocol separator character.
Since:
SmartFoxServer Pro v1.5.5
Version:
SmartFoxServer Basic / Pro
The following example shows how to get the raw protocol separator.
CopyC#
Debug.WriteLine(smartFox.GetRawProtocolSeparator());