Click or drag to resize
SIPHeader Class
Represents a SIP header. Contains the name of the header and its value.
Inheritance Hierarchy

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

The SIPHeader type exposes the following members.

Constructors
  NameDescription
Public methodSIPHeader
Creates a new instance of the SIPHeader class.
Top
Methods
Extension Methods
  NameDescription
Public Extension MethodToSIPHeader (Defined by InternalSIPHeaderEx.)
Top
Properties
  NameDescription
Public propertyHeaderName
Gets the name of the SIP header.
Public propertyValue
Gets or sets the value of the SIP header.
Top
See Also