Class TRALIPConfig

Unit

Declaration

type TRALIPConfig = class(TPersistent)

Description

Internal IP Configuration property of RALServer

Hierarchy

Overview

Methods

Public constructor Create(AOwner: TRALServer);
Protected procedure SetIPv6Enabled(AValue: boolean);

Properties

Published property IPv4Bind: StringRAL read FIPv4Bind write FIPv4Bind;
Published property IPv6Bind: StringRAL read FIPv6Bind write FIPv6Bind;
Published property IPv6Enabled: boolean read FIPv6Enabled write SetIPv6Enabled;

Description

Methods

Public constructor Create(AOwner: TRALServer);
 
Protected procedure SetIPv6Enabled(AValue: boolean);
 

Properties

Published property IPv4Bind: StringRAL read FIPv4Bind write FIPv4Bind;
 
Published property IPv6Bind: StringRAL read FIPv6Bind write FIPv6Bind;
 
Published property IPv6Enabled: boolean read FIPv6Enabled write SetIPv6Enabled;
 


GitHub Repository
Generated by PasDoc 0.16.0.