Click or drag to resize
SIPMessageHeader Class
Inheritance Hierarchy

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
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
Methods
  NameDescription
Public methodEquals (Inherited from SIPHeader.)
Public methodGetHashCode (Inherited from SIPHeader.)
Top
Extension Methods
  NameDescription
Public Extension MethodToSIPHeader (Defined by InternalSIPHeaderEx.)
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
See Also