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: 10.4.54.0
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
Properties
 NameDescription
Public propertyName Gets or sets the name of the parameter.
Public propertyValue Gets or sets the value of the parameter.
Top
Methods
 NameDescription
Public methodEquals
(Overrides ObjectEquals(Object))
Public methodGetHashCode
(Overrides ObjectGetHashCode)
Top
See Also