Windows Phone 8 .NET: jsonrpc4net
authorGustavo Martin <gu.martinm@gmail.com>
Sun, 2 Mar 2014 15:50:37 +0000 (16:50 +0100)
committerGustavo Martin <gu.martinm@gmail.com>
Sun, 2 Mar 2014 15:50:37 +0000 (16:50 +0100)
commit7e573c45696f115e883aa829000c5b238714cadc
tree8038b1ddd79544607be285d90077c03b674b55fd
parent6a3a3d458a6640a6401855872e1e39f0a85953bc
Windows Phone 8 .NET: jsonrpc4net

Logging does not seem to work on Windows Phone :/
It seems like HttpClient is not working in async way. What is wrong with
my implementation?
19 files changed:
WindowsPhone/Connect4MonoGame/Connect4MonoGame/Connect4MonoGame.csproj
WindowsPhone/Connect4MonoGame/Connect4MonoGame/Content/blupiece.png [new file with mode: 0644]
WindowsPhone/Connect4MonoGame/Connect4MonoGame/Content/redpiece.png [new file with mode: 0644]
WindowsPhone/Connect4MonoGame/Connect4MonoGame/Game1.cs
WindowsPhone/RemoteAgents/RemoteAgents/MainPage.xaml.cs
WindowsPhone/RemoteAgents/RemoteAgents/Model/CallRemoteProcedure.cs [deleted file]
WindowsPhone/RemoteAgents/RemoteAgents/NLog.config [new file with mode: 0644]
WindowsPhone/RemoteAgents/RemoteAgents/NLog.xsd [new file with mode: 0644]
WindowsPhone/RemoteAgents/RemoteAgents/RemoteAgents.csproj
WindowsPhone/RemoteAgents/RemoteAgents/View/View.cs
WindowsPhone/RemoteAgents/RemoteAgents/ViewModel/ViewModel.cs
WindowsPhone/RemoteAgents/RemoteAgents/packages.config
WindowsPhone/jsonrpc4net/jsonrpc4net.sln [new file with mode: 0644]
WindowsPhone/jsonrpc4net/jsonrpc4net/ExceptionResolver.cs [new file with mode: 0644]
WindowsPhone/jsonrpc4net/jsonrpc4net/JsonRpcClientException.cs [new file with mode: 0644]
WindowsPhone/jsonrpc4net/jsonrpc4net/JsonRpcHttpAsyncClient.cs [new file with mode: 0644]
WindowsPhone/jsonrpc4net/jsonrpc4net/Properties/AssemblyInfo.cs [new file with mode: 0644]
WindowsPhone/jsonrpc4net/jsonrpc4net/jsonrpc4net.csproj [new file with mode: 0644]
WindowsPhone/jsonrpc4net/jsonrpc4net/packages.config [new file with mode: 0644]