Click or drag to resize

PreparedExtensionHeader Class

Extra SIP header provided by the SIP manipulator
Inheritance Hierarchy
SystemObject
  Ozeki.VoIPPreparedExtensionHeader

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public sealed class PreparedExtensionHeader

The PreparedExtensionHeader type exposes the following members.

Constructors
 NameDescription
Public methodPreparedExtensionHeader Extra SIP header provided by the SIP manipulator
Top
Remarks
The ISIPMessageManipulator can insert extra headers into the SIP messages, the name-value pairs of these headers are converted into SIP headers in this class.
See Also