Click or drag to resize
InfoData Constructor
Initializes a new instance of the InfoData class.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public InfoData(
	string mimeType,
	string subMimeType,
	string content
)

Parameters

mimeType
Type: SystemString
The MIME type of the content.
subMimeType
Type: SystemString
The sub-MIME type of the content.
content
Type: SystemString
The content.
See Also