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/");
CustomBinding binding = new ...
Search found 1 match
- Wed Jul 02, 2014 6:14 am
- Forum: Development
- Topic: C# Client
- Replies: 0
- Views: 7040
