DDPClient.NET icon indicating copy to clipboard operation
DDPClient.NET copied to clipboard

A DDP client for .NET

Results 10 DDPClient.NET issues
Sort by recently updated
recently updated
newest added

Recently, Meteor has added authentication. It seems that aside from the traditional username/password authentication, there is also support for Facebook, Twitter and other forms of authentication method. Do you have...

what function about client.AddItem()? I do not understand how to use this function.

I try a lot to connect with meteor apps using this package. But there is no way to understand what about the connection is work or not. Even no error,...

hi there, i new in .net c#, i try to call method from meteor sever though ddp. i using nuget version DDPClient (https://www.nuget.org/packages/Meteor.DDP/), and my visual studio version is 2012....

Hi, If you have your code like this, `DDPClient client = new DDPClient(sub); client.Connect("xxx.xxx.xxx.xxx:3000");` client.Connect will hang if, at the time, the server is down. Do you know how this...

JsonDeserializeHelper seems to only handle 3 message types "set", "unset" and "result". The "result" message seems to work okay, but with Meteor 1.1.0.2 our .NET client is never seeing any...

Hey Sony, we're having some trouble using your package for our App. When we try to tun the sample code, we get the following exception: [...] IDataSubscriber subscriber = new...

I have no idea what is going on here... I am calling a method via DDPClient once every second and it seems to work fine for about 60 seconds then...

Clean checkout had build errors. Could not find Newtonsoft.Json. To fix I had to open NuGet package manager and tick Json.Net for the project Net.DDP.Client I am running Visual Studio...

I have started the following application, ``` c# using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Net.DDP.Client; namespace Net.DDP.Client.Cli { class Program { static void Main(string[] args)...