InfoUACSendINFORequest Method (DialogID, String, String, String) |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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
- Type: Ozeki.VoIPDialogID
- mimeType
- Type: SystemString
- subMimeType
- Type: SystemString
- contents
- Type: SystemString
Return Value
Type:
BooleanSee Also