Click or drag to resize

AbstractMessageModifier Class

Base class for modifying SIP or SDP messages.
Inheritance Hierarchy
SystemObject
  Ozeki.VoIPAbstractMessageModifier
    Ozeki.VoIPSDPAttributeModifier
    Ozeki.VoIPSIPHeaderModifier

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
public abstract class AbstractMessageModifier

The AbstractMessageModifier type exposes the following members.

Constructors
 NameDescription
Protected methodAbstractMessageModifierInitializes a new instance of the AbstractMessageModifier class
Top
Properties
 NameDescription
Protected propertySeparator Gets the separator characters for the lines.
Top
Methods
 NameDescription
Public methodAddIncomingModifier Adds an object that will modify the content of the incoming messages.
Public methodAddOutgoingModifier Adds an object that will modify the content of the outgoing messages.
Protected methodChangeHeaderValue 
Top
See Also