Remote Agents Mono Implementation: JSONRPC4NET implementation (kind of)
authorgu.martinm@gmail.com <gu.martinm@gmail.com>
Sat, 1 Mar 2014 00:15:30 +0000 (01:15 +0100)
committergu.martinm@gmail.com <gu.martinm@gmail.com>
Sat, 1 Mar 2014 00:15:30 +0000 (01:15 +0100)
commit6a3a3d458a6640a6401855872e1e39f0a85953bc
tree3b093b9f65977a90e9317c76c4007da76f3a39a9
parentd2410321f9a1357effc046da3c184ab05576e494
Remote Agents Mono Implementation: JSONRPC4NET implementation (kind of)
Mono/RemoteAgents/GTKLinux/GTKLinux.csproj
Mono/RemoteAgents/GTKLinux/MainWindow.cs
Mono/RemoteAgents/GTKLinux/Model/CallRemoteProcedure.cs [deleted file]
Mono/RemoteAgents/GTKLinux/View/View.cs
Mono/RemoteAgents/GTKLinux/ViewModel/ViewModel.cs
Mono/jsonrpc4net/jsonrpc4net.sln [new file with mode: 0644]
Mono/jsonrpc4net/jsonrpc4net/ExceptionResolver.cs [new file with mode: 0644]
Mono/jsonrpc4net/jsonrpc4net/JsonRpcClientException.cs [new file with mode: 0644]
Mono/jsonrpc4net/jsonrpc4net/JsonRpcHttpAsyncClient.cs [new file with mode: 0644]
Mono/jsonrpc4net/jsonrpc4net/Properties/AssemblyInfo.cs [new file with mode: 0644]
Mono/jsonrpc4net/jsonrpc4net/jsonrpc4net.csproj [new file with mode: 0644]