Click or drag to resize

CallHeaderMappingResult Class

Provides data for the result of the SIP header mapper.
Inheritance Hierarchy
SystemObject
  Ozeki.VoIPCallHeaderMappingResult

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public class CallHeaderMappingResult

The CallHeaderMappingResult type exposes the following members.

Constructors
 NameDescription
Public methodCallHeaderMappingResult Creates a new instance of the CallHeaderMappingResult class.
Public methodCallHeaderMappingResult(String) Creates a new instance of the CallHeaderMappingResult class.
Top
Properties
 NameDescription
Public propertyModified Gets or sets a boolean value indicating whether the header was modified.
Public propertyValue Gets or sets the modified value.
Top
See Also