LuciadCPillar C# 2023.1.04
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. 2022.0

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::IProxySelector.

Member Function Documentation

◆ SelectProxy()

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

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

uri

the connection URI.

the proxy to use, if any.

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::IProxySelector::selectProxy.