LuciadCPillar C# 2024.0.02
Luciad.Loaders.IProxySelector Interface Reference

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...
 

Detailed Description

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.

Since
2022.0

Member Function Documentation

◆ SelectProxy()

Luciad.Loaders.Proxy Luciad.Loaders.IProxySelector.SelectProxy ( string  uri)

Select the proxy to use when connecting to the given URI.

Parameters
urithe connection URI.
Returns
the proxy to use, if any.