Click or drag to resize
AbstractMessageModifier Class
Base class for modifying SIP or SDP messages.
Inheritance Hierarchy

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

The AbstractMessageModifier type exposes the following members.

Constructors
  NameDescription
Protected methodAbstractMessageModifier
Initializes a new instance of the AbstractMessageModifier class
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
Properties
  NameDescription
Protected propertySeparator
Gets the separator characters for the lines.
Top
See Also