Click or drag to resize

SIPMessageHeader Class

Inheritance Hierarchy
SystemObject
  Ozeki.VoIPSIPHeader
    Ozeki.VoIPSIPMessageHeader

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public class SIPMessageHeader : SIPHeader, 
	IMessageHeader

The SIPMessageHeader type exposes the following members.

Constructors
  NameDescription
Public methodSIPMessageHeader
Initializes a new instance of the SIPMessageHeader class
Top
Properties
  NameDescription
Public propertyHeaderName
Gets the name of the SIP header.
(Inherited from SIPHeader.)
Public propertyValue
Gets or sets the value of the SIP header.
(Inherited from SIPHeader.)
Top
Methods
  NameDescription
Public methodEquals (Inherited from SIPHeader.)
Public methodGetHashCode (Inherited from SIPHeader.)
Top
Extension Methods
  NameDescription
Public Extension MethodToSIPHeader (Defined by InternalSIPHeaderEx.)
Top
See Also