Click or drag to resize
SIPHeaderModifier Class
Modifies the headers of the incoming and outgoing SIP messages.
Inheritance Hierarchy

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

The SIPHeaderModifier type exposes the following members.

Constructors
  NameDescription
Public methodSIPHeaderModifier
Initializes a new instance of the SIPHeaderModifier class
Top
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
Properties
See Also