MapDown SDK - Copyright© 2009 Martin Masci

Class TProxySettings

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TProxySettings = class(TPersistent)

Description

Proxy settings

Hierarchy

Overview

Methods

Public constructor Create(AOwner :TMapDownloader); overload;
Public procedure Assign(Source: TPersistent); override;

Properties

Published property Password: string read fPassword write SetPassword;
Published property Port: integer read fPort write SetPort default 0;
Published property Server: string read fServer write SetServer;
Published property Username: string read fUsername write SetUsername;

Description

Methods

Public constructor Create(AOwner :TMapDownloader); overload;
 
Public procedure Assign(Source: TPersistent); override;
 

Properties

Published property Password: string read fPassword write SetPassword;

Proxy server password (leave black if you don't need it).

Published property Port: integer read fPort write SetPort default 0;

Proxy server port.

Published property Server: string read fServer write SetServer;

Proxy server address.

Published property Username: string read fUsername write SetUsername;

Proxy server username (leave black if you don't need it).


Generated by PasDoc 0.11.0 on 2009-07-25 17.20.35