ProxyServer Property
- Last UpdatedAug 21, 2026
- 1 minute read
Gets or sets proxy server - e.g. "http://104.129.204.40:9480"
'Declaration
Public Property ProxyServer As String
'Usage
Dim instance As HistorianConnectionArgs
Dim value As String
instance.ProxyServer = value
value = instance.ProxyServer
public string ProxyServer {get; set;}