zdk.net
Public Member Functions | Public Attributes | Properties | List of all members
ZDK_NET::HeaderField Class Reference

SIP header fields structure. More...

#include <HeaderField.h>

Inheritance diagram for ZDK_NET::HeaderField:
ZDK_NET::ZHandle

Public Member Functions

 HeaderField (ZDK::Shared::HeaderField src)
 
virtual long long Handle () override
 
virtual void Initialize () override
 
virtual void ReleaseReference () override
 

Public Attributes

ZDK::IHeaderField * cppRef = nullptr
 

Properties

System::String^ Name [get]
 The Name of the SIP header field. More...
 
List< System::String^>^ Values [get]
 List of header field values. More...
 
ZDK_NET::SipMethodTypes Method [get]
 The SIP Method this header is allowed to be put at/comming from. More...
 

Detailed Description

SIP header fields structure.

An HeaderField object is created via AccountProvider::CreateSIPHeaderField()

See also
OnAccountSipHeaderField(), OnCallSipHeaderFields(), AccountProvider::CreateSIPHeaderField()

Property Documentation

◆ Method

ZDK_NET:: SipMethodTypes ZDK_NET::HeaderField::Method
get

The SIP Method this header is allowed to be put at/comming from.

Returns
The SIP Method this header is associeted with
See also
SipMethodTypes

◆ Name

System:: String^ ZDK_NET::HeaderField::Name
get

The Name of the SIP header field.

Returns
The Name of the SIP header field

◆ Values

List< System:: String^>^ ZDK_NET::HeaderField::Values
get

List of header field values.

Returns
List of header field values

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