Ozeki VoIP SDK Class library
InfoData Constructor (mimeType, subMimeType, content)
NamespacesOzeki.VoIP.SIPInfoDataInfoData(String, String, String)
Initializes a new instance of the InfoData class.
Declaration Syntax
C#Visual BasicVisual C++
public InfoData(
	string mimeType,
	string subMimeType,
	string content
)
Public Sub New ( 
	mimeType As String,
	subMimeType As String,
	content As String
)
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.

Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 11.2.4.290