Home Units Hierarchy Routines All identifiers

packed record unaURICrack

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type unaURICrack = packed record

Description

URI crack record

Overview

Fields

r_scheme: string;
r_hostName: string;
r_port: int32;
r_userName: string;
r_password: string;
r_path: string;
r_extraInfo: string;

Description

Fields

r_scheme: string;

scheme name

r_hostName: string;

host name

r_port: int32;

port (-1 is not specified)

r_userName: string;

user name

r_password: string;

password

r_path: string;

URL-path

r_extraInfo: string;

extra information (e.g. ?foo or #foo)

(c) 2012 Lake of Soft


Generated by PasDoc 0.12.1 on 2012-10-09