| Icon | Member | Description |
|---|---|---|
| SendXtMessage(String, String, ICollection) | ||
| SendXtMessage(String, String, ICollection, String) | ||
| SendXtMessage(String, String, ICollection, 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). |