SmartFoxServer Unity/.NET API
GetRawProtocolSeparator Method
NamespacesSmartFoxClientAPISmartFoxClientGetRawProtocolSeparator()()()
Get/set the character used as separator for the string (raw) protocol.
The default value is % (percentage character).
Declaration Syntax
C#Visual BasicVisual C++
public string GetRawProtocolSeparator()
Public Function GetRawProtocolSeparator As String
public:
String^ GetRawProtocolSeparator()
Return Value

[Missing <returns> documentation for "M:SmartFoxClientAPI.SmartFoxClient.GetRawProtocolSeparator"]

Remarks

Since:
SmartFoxServer Pro v1.5.5

Version:
SmartFoxServer Basic / Pro

Examples
The following example shows how to set the raw protocol separator.
CopyC#
smartFox.GetRawProtocolSeparator() = "|";
See Also

Assembly: SmartFoxClient (Module: SmartFoxClient) Version: 1.2.4.0 (1.2.4.0)