| Overload | Description |
|---|---|
| Call(String,String) | Make a call to the remote Symphony Bridge server. the JSON string is passed through to the server and contains the command to execute on the remote server. |
| Call(String,MemoryStream) | Pass in the required BSON memory stream containing the command and call the remote Symphony Bridge server. |