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.4.13.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
See Also