IInfoManagerSendResponse Method |
Sends a response to a sent INFO request.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxvoid SendResponse(
SIPInfoResponse args
)
Sub SendResponse (
args As SIPInfoResponse
)
void SendResponse(
SIPInfoResponse^ args
)
abstract SendResponse :
args : SIPInfoResponse -> unit
Parameters
- args SIPInfoResponse
-
See Also