|
|
|
|
Group: Forum Members
Last Login: Monday, July 19, 2010
Posts: 2,
Visits: 12
|
Hi
I am using ServerX VNC server I am using AxServerX.AxCSC_ServerXControl In this if I want to addclient ,that is not working properly. I have to give ipaddress,port ,password which I got from reflecter to addclient, But In this service that method not at all exist . How can give password and How can I see client desktop using this |
|
|
|
|
Group: Administrators
Last Login: 7 minutes ago
Posts: 1,625,
Visits: 3,046
|
Please take a look on the sample C# project included with ServerX setup. It includes sample code for connecting to a listening VNC viewer.
 We are looking for investors and business partners. Please contact us for more details
Kindest Regards, SmartCode Solutions Support
|
|
|
|
|
Group: Forum Members
Last Login: Monday, July 19, 2010
Posts: 2,
Visits: 12
|
In that sample code , we are using AddClientEx2 method
axServerX.AddClientEx2(dlg.ClientAddress, dlg.Port, repeaterID, dlg.ConnectionType, dlg.ProxyAddress, dlg.ProxyPort, dlg.ProxyUser, dlg.ProxyPassword, true); here I am not getting what I have to give for inputs and where I have to give password I think Proxy password is not a proper filed to give for that
|