Click or drag to resize

ReplacesHeader Class

Inheritance Hierarchy
SystemObject
  Ozeki.VoIPHeader
    Ozeki.VoIPAbstractExtensionHeader
      Ozeki.VoIPReplacesHeader

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

The ReplacesHeader type exposes the following members.

Constructors
 NameDescription
Public methodReplacesHeader(String, IEnumerableGenericParam)Initializes a new instance of the ReplacesHeader class
Public methodReplacesHeader(String, String, String)Initializes a new instance of the ReplacesHeader class
Top
Properties
 NameDescription
Public propertyCallID 
Public propertyHeaderType
(Inherited from AbstractExtensionHeader)
Public propertyName
(Inherited from AbstractExtensionHeader)
Public propertyReplacesParam 
Top
Methods
 NameDescription
Public methodClone
(Overrides HeaderClone)
Public methodEquals
(Inherited from AbstractExtensionHeader)
Public methodSIPStringPart Replaces = "Replaces" HCOLON callid *(SEMI replaces-param)
(Overrides HeaderSIPStringPart)
Public methodToSIPStringURIParam 
Top
Extension Methods
 NameDescription
Public Extension MethodToSIPHeader
(Defined by InternalSIPHeaderEx)
Top
See Also