Initializes a new instance of the
InfoData class.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic 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
)
new :
mimeType : string *
subMimeType : string *
content : string -> InfoData
Parameters
- mimeType String
- The MIME type of the content.
- subMimeType String
- The sub-MIME type of the content.
- content String
- The content.
See Also