InfoUACSendINFORequest(DialogID, String, String, String) Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic bool SendINFORequest(
DialogID dialogID,
string mimeType,
string subMimeType,
string contents
)
Public Function SendINFORequest (
dialogID As DialogID,
mimeType As String,
subMimeType As String,
contents As String
) As Boolean
public:
bool SendINFORequest(
DialogID^ dialogID,
String^ mimeType,
String^ subMimeType,
String^ contents
)
member SendINFORequest :
dialogID : DialogID *
mimeType : string *
subMimeType : string *
contents : string -> bool
Parameters
- dialogID DialogID
-
- mimeType String
-
- subMimeType String
-
- contents String
-
Return Value
Boolean
See Also