SmartFoxServer Silverlight API
SendXtMessage Method
NamespacesSmartFoxClientAPISmartFoxClientSendXtMessage()()()
Members
IconMemberDescription
SendXtMessage(String, String, ICollection<(Of <(Object>)>))
SendXtMessage(String, String, ICollection<(Of <(Object>)>), String)
SendXtMessage(String, String, ICollection<(Of <(Object>)>), String, Int32)
Send a request to a server side extension.
The request can be serialized using three different protocols: XML, JSON and string-based (aka "raw protocol").
XML and JSON can both serialize complex objects with any level of nested properties, while the string protocol allows to send linear data delimited by a separator (see the GetRawProtocolSeparator()()() property).

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