Click or drag to resize

IHeaderModifier Interface

Interface for SIP header or SDP attribute modifiers.

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public interface IHeaderModifier

The IHeaderModifier type exposes the following members.

Properties
  NameDescription
Public propertyCompactName
Gets the short name of the header which value will be modified.
Public propertyName
Gets the name of the header which value will be modified.
Top
Methods
  NameDescription
Public methodModify
Modifies the value of the header.
Top
See Also