Search found 1 match

by proit
Wed Jul 02, 2014 6:14 am
Forum: Development
Topic: C# Client
Replies: 0
Views: 10870

C# Client

Hi there I have to create a .NET client to OpenEMM. This is my code so far: string username = "MYUSERNAME"; string password = "MYPASSWORD"; ChannelFactory<openemm> channelFactory; EndpointAddress serviceAddress = new EndpointAddress("http://xx.xx.xx/openemm-ws2/"); Cust...