dOPC Client Toolkit
Close
ua.client.TdOPCUAClient.Proxy

If your network uses a proxy server set this property.

property Proxy: string;
__property AnsiString Proxy;

The property Proxy includes the user name, password, host name and port of your proxy server. 

format is: 

urn://User:Password@ProxyIP:8080

OPCUAClient.Proxy := 'urn://@192.168.10.254:3128'; // proxy settings without user name an password
Kassl GmbH Copyright © 2024. All rights reserved.