Click or drag to resize

CallID Class

Call-IDD = ( "Call-IDD" / "i" ) hcolon callid callid = word [ "@" word ]
Inheritance Hierarchy
SystemObject
  Ozeki.VoIPHeader
    Ozeki.VoIPCallID

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public sealed class CallID : Header, 
	ISIPCloneable<CallID>

The CallID type exposes the following members.

Constructors
 NameDescription
Public methodCallIDInitializes a new instance of the CallID class
Top
Properties
 NameDescription
Public propertyHeaderType
(Overrides HeaderHeaderType)
Public propertyValue 
Top
Methods
 NameDescription
Public methodClone
(Overrides HeaderClone)
Public methodEquals
(Overrides ObjectEquals(Object))
Public methodSIPClone 
Public methodSIPStringPart
(Overrides HeaderSIPStringPart)
Top
Extension Methods
 NameDescription
Public Extension MethodToSIPHeader
(Defined by InternalSIPHeaderEx)
Top
See Also