Click or drag to resize

InfoData Class

Provides information about a package received in SIP INFO request body.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ozeki.VoIPInfoData

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public class InfoData : EventArgs

The InfoData type exposes the following members.

Constructors
  NameDescription
Public methodInfoData
Initializes a new instance of the InfoData class.
Top
Properties
  NameDescription
Public propertyContent
Gets the string representation of the content.
Public propertyMimeType
Gets the MIME type of the content.
Public propertySubMimeType
Gets the sub-MIME type of the content.
Top
Methods
  NameDescription
Public methodEquals(Object) (Overrides ObjectEquals(Object).)
Public methodEquals(InfoData)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Top
See Also