Click or drag to resize

SIPHeader Class

Represents a SIP header. Contains the name of the header and its value.
Inheritance Hierarchy
SystemObject
  Ozeki.VoIPSIPHeader
    Ozeki.VoIPSIPMessageHeader

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

The SIPHeader type exposes the following members.

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