azure - Create MobileServiceClient object without Application Key -
i need create mobileserviceclient object without application key.. how can it?
var client = new mobileserviceclient("http://localhost:46742");
there overload of constructor url parameter.
Comments
Post a Comment