Zoiper COM API  1.1
 All Classes Files Functions Typedefs Enumerations Enumerator Properties
IZoiperHeaders Interface Reference

Headers interface. More...

Public Member Functions

IZoiperPropertyEntry ([in] INT index)
 Gets property object. More...
 

Properties

INT Count [get]
 Specifies the number of header fields present. More...
 

Detailed Description

Headers interface.

The header interface represents a collection of header fields received from a SIP message. It is allowed to have one header field with multiple values. That is why this interface holds a collection of property objects that implement the IZoiperProperty interface.

Member Function Documentation

IZoiperProperty* IZoiperHeaders::Entry ( [in] INT  index)

Gets property object.

Parameters
[in]indexproperty index. Possible values are from 0 to IZoiperHeaders::Count.
Returns
the property object corresponding to the index parameter.

Property Documentation

INT IZoiperHeaders::Count
get

Specifies the number of header fields present.


The documentation for this interface was generated from the following file: