Quantcast
Channel: THWACK: Message List
Viewing all articles
Browse latest Browse all 20518

Re: Create nodes with C#

$
0
0

My C# code....

 

SWClient.dictionary objParamBag = new SWClient.dictionary();
            SWClient.item objItem = new SWClient.item();

            objItem.key = "IPAddress";
            objItem.value = _IPAddr;
            objParamBag.Add(objItem);

 

...................

          

            SWClient.InformationServiceClient objClient = new InformationServiceClient("OrionProductionV3");
            objClient.ClientCredentials.UserName.UserName = "nsnvpnapi";
            objClient.ClientCredentials.UserName.Password = "nsnvpnapi";
            string ClientResponse = objClient.Create("Orion.Nodes", objParamBag);
            return ClientResponse;


Viewing all articles
Browse latest Browse all 20518

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>