LuciadCPillar C# 2024.0.02
|
This interface allows to select a proxy to use when connecting to network resources. More...
Public Member Functions | |
Luciad.Loaders.Proxy | SelectProxy (string uri) |
Select the proxy to use when connecting to the given URI. More... | |
This interface allows to select a proxy to use when connecting to network resources.
Implementations of this interface must be thread-safe.
See also the related guide on How to configure a proxy server.
Luciad.Loaders.Proxy Luciad.Loaders.IProxySelector.SelectProxy | ( | string | uri | ) |
Select the proxy to use when connecting to the given URI.
uri | the connection URI. |