LuciadCPillar C# 2024.0.05
Luciad.Loaders.Proxy Class Reference

Represents the proxy server. More...

Inheritance diagram for Luciad.Loaders.Proxy:

Public Member Functions

 Proxy (string host, int port)
 Constructs the proxy server info. More...
 
void Dispose ()
 

Properties

string Host [get]
 The proxy host. More...
 
int Port [get]
 The proxy port. More...
 

Detailed Description

Represents the proxy server.

Since
2022.0

Constructor & Destructor Documentation

◆ Proxy()

Luciad.Loaders.Proxy.Proxy ( string  host,
int  port 
)
inline

Constructs the proxy server info.

Parameters
hostthe proxy host.
portthe port of the proxy. If defined, this is a strict positive integer.

Member Function Documentation

◆ Dispose()

void Luciad.Loaders.Proxy.Dispose ( )
inline

Property Documentation

◆ Host

string Luciad.Loaders.Proxy.Host
get

The proxy host.

[get]

Returns the proxy host.

◆ Port

int Luciad.Loaders.Proxy.Port
get

The proxy port.

[get]

Returns the proxy port. If defined, this is a strict positive integer.