INotifySenderUASendNotifyRequest(Subscription, String, String) Method |
Sends a NOTIFY request to inform the subscriber.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxvoid SendNotifyRequest(
Subscription subscription,
string contentType = null,
string body = null
)
Sub SendNotifyRequest (
subscription As Subscription,
Optional contentType As String = Nothing,
Optional body As String = Nothing
)
void SendNotifyRequest(
Subscription^ subscription,
String^ contentType = nullptr,
String^ body = nullptr
)
abstract SendNotifyRequest :
subscription : Subscription *
?contentType : string *
?body : string
(* Defaults:
let _contentType = defaultArg contentType null
let _body = defaultArg body null
*)
-> unit
Parameters
- subscription Subscription
-
- contentType String (Optional)
-
- body String (Optional)
See Also