INotifySenderUASendNotifyRequest Method (Subscription, String, String) |
Sends a NOTIFY request to inform the subscriber.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax void 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
- Type: Ozeki.VoIPSubscription
- contentType (Optional)
- Type: SystemString
- body (Optional)
- Type: SystemString
See Also