Click or drag to resize

Contact Class

Contact = ("Contact" / "m" ) hcolon ( star / (contact-param *(comma contact-param)))
Inheritance Hierarchy
SystemObject
  Ozeki.VoIPHeader
    Ozeki.VoIPContact

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

The Contact type exposes the following members.

Constructors
 NameDescription
Public methodContactInitializes a new instance of the Contact class
Public methodContact(ContactParam)Initializes a new instance of the Contact class
Public methodContact(IEnumerableContactParam)Initializes a new instance of the Contact class
Public methodContact(String)Initializes a new instance of the Contact class
Top
Properties
 NameDescription
Public propertyContactParam 
Public propertyHeaderType
(Overrides HeaderHeaderType)
Public propertyIsStar 
Top
Methods
Extension Methods
See Also