Click or drag to resize
InfoData Class
Provides information about a package received in SIP INFO request body.
Inheritance Hierarchy

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public class InfoData : EventArgs, IEquatable<InfoData>

The InfoData type exposes the following members.

Constructors
  NameDescription
Public methodInfoData
Initializes a new instance of the InfoData class.
Top
Methods
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
See Also