Home Units Hierarchy Routines All identifiers

Class unavclSTUNBase

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type unavclSTUNBase = class(unavclInOutPipeImpl)

Description

STUN Base

Hierarchy

Overview

Methods

Protected function createAgent(): bool; virtual; abstract;
Protected function doOpen(): bool; override;
Protected function isActive(): bool; override;
Public procedure AfterConstruction(); override;
Protected procedure doClose(); override;

Properties

Published property bind2ip: string read f_bind2ip write f_bind2ip;
Published property port: string read f_port write f_port;
Published property proto: tunavclProtoType read f_proto write setProto default unapt_UDP;

Description

Methods

Protected function createAgent(): bool; virtual; abstract;
 
Protected function doOpen(): bool; override;
 
Protected function isActive(): bool; override;
 
Public procedure AfterConstruction(); override;
 
Protected procedure doClose(); override;
 

Properties

Published property bind2ip: string read f_bind2ip write f_bind2ip;

Bind client or server to this local IP. Default is 0.0.0.0

Published property port: string read f_port write f_port;

Client: Remote STUN Server port Server: Local port to listen on

Published property proto: tunavclProtoType read f_proto write setProto default unapt_UDP;

Transport to use: UDP or TCP

(c) 2012 Lake of Soft


Generated by PasDoc 0.12.1 on 2012-10-09