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.3.199.0
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