Click or drag to resize
IHeaderModifier Interface
Interface for SIP header or SDP attribute modifiers.

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

The IHeaderModifier type exposes the following members.

Methods
  NameDescription
Public methodModify
Modifies the value of the header.
Top
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
See Also