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