Click or drag to resize

ReferTo Class

Inheritance Hierarchy
SystemObject
  Ozeki.VoIPHeader
    Ozeki.VoIPAbstractExtensionHeader
      Ozeki.VoIPReferTo

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

The ReferTo type exposes the following members.

Constructors
 NameDescription
Public methodReferTo(AddrSpec)Initializes a new instance of the ReferTo class
Public methodReferTo(NameAddress)Initializes a new instance of the ReferTo class
Public methodReferTo(AddrSpec, IEnumerableGenericParam)Initializes a new instance of the ReferTo class
Public methodReferTo(NameAddress, IEnumerableGenericParam)Initializes a new instance of the ReferTo class
Top
Properties
Methods
 NameDescription
Public methodClone
(Overrides HeaderClone)
Public methodEquals
(Inherited from AbstractExtensionHeader)
Public methodSIPStringPart Refer-To = ("Refer-To" / "r") HCOLON ( name-addr / addr-spec ) * (SEMI generic-param)
(Overrides HeaderSIPStringPart)
Top
Extension Methods
 NameDescription
Public Extension MethodToSIPHeader
(Defined by InternalSIPHeaderEx)
Top
See Also