SmartFoxServer Silverlight 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
The current raw protocol separator character.
Remarks

Since:
SmartFoxServer Pro v1.5.5

Version:
SmartFoxServer Basic / Pro

Examples
The following example shows how to get the raw protocol separator.
CopyC#
Debug.WriteLine(smartFox.GetRawProtocolSeparator());
See Also

Assembly: SmartFoxClientAPI_Silverlight (Module: SmartFoxClientAPI_Silverlight) Version: 1.0.0.0 (1.0.0.0)