Click or drag to resize

SIPHeaderModifier Class

Modifies the headers of the incoming and outgoing SIP messages.
Inheritance Hierarchy
SystemObject
  Ozeki.VoIPAbstractMessageModifier
    Ozeki.VoIPSIPHeaderModifier

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

The SIPHeaderModifier type exposes the following members.

Constructors
 NameDescription
Public methodSIPHeaderModifierInitializes a new instance of the SIPHeaderModifier class
Top
Properties
Methods
 NameDescription
Public methodAddIncomingModifier Adds an object that will modify the content of the incoming messages.
(Inherited from AbstractMessageModifier)
Public methodAddOutgoingModifier Adds an object that will modify the content of the outgoing messages.
(Inherited from AbstractMessageModifier)
Protected methodChangeHeaderValue
(Inherited from AbstractMessageModifier)
Public methodModifyIncomingMessage 
Public methodModifyOutgoingMessage 
Public methodPrepareAdditionalHeaders 
Top
See Also