Click or drag to resize

SIPMessageHeader Class

Inheritance Hierarchy
SystemObject
  Ozeki.VoIPSIPHeader
    Ozeki.VoIPSIPMessageHeader

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

The SIPMessageHeader type exposes the following members.

Constructors
 NameDescription
Public methodSIPMessageHeaderInitializes 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