Click or drag to resize
SIPParam Class
Provides data SIP header parameters.
Inheritance Hierarchy
SystemObject
  Ozeki.VoIPSIPParam

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public class SIPParam : IGenericParam

The SIPParam type exposes the following members.

Constructors
  NameDescription
Public methodSIPParam
Creates a new instance of the SIPParam class.
Public methodSIPParam(String, String)
Creates a new instance of the SIPParam class.
Top
Methods
Properties
  NameDescription
Public propertyName
Gets or sets the name of the parameter.
Public propertyValue
Gets or sets the value of the parameter.
Top
See Also