| Icon | Member | Description |
|---|---|---|
| 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). |