Click or drag to resize

InfoData Constructor

Initializes a new instance of the InfoData class.

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

Parameters

mimeType  String
The MIME type of the content.
subMimeType  String
The sub-MIME type of the content.
content  String
The content.
See Also