Community forum

Please note that VisualCron support is not actively monitoring this community forum. Please use our contact page for contacting the VisualCron support directly.


Rory
  •  Rory
  • No customer Topic Starter
2008-02-29T19:12:17Z
Hi,
I'm opening this forum, with this question:
How can I create a ConnectionClass instance and add it to the VC server?

I'm using the following code:

ConnectionClass connectionClass = new ConnectionClass();

connectionClass.X =Some Value; //repeated for each property
server.Connections.AddUpdate(connectionClass);

But many properties are byte[]
how can I fill them?

Thank you.

Rory Vidal
Rory
Sponsor
Forum information
Support
2008-02-29T20:37:20Z
Those that are byte[] are encrypted values. To encrypt a value you use the Client object (which you connect with) and the Encrypt method which takes a string as parameter.
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
Scroll to Top