INotifySenderUASendNotifyRequest Method (SubscriptionInfo, 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(
SubscriptionInfo subscriptionInfo,
string contentType = null,
string body = null
)
Sub SendNotifyRequest (
subscriptionInfo As SubscriptionInfo,
Optional contentType As String = Nothing,
Optional body As String = Nothing
)
void SendNotifyRequest(
SubscriptionInfo^ subscriptionInfo,
String^ contentType = nullptr,
String^ body = nullptr
)
abstract SendNotifyRequest :
subscriptionInfo : SubscriptionInfo *
?contentType : string *
?body : string
(* Defaults:
let _contentType = defaultArg contentType null
let _body = defaultArg body null
*)
-> unit
Parameters
- subscriptionInfo
- Type: Ozeki.VoIPSubscriptionInfo
- contentType (Optional)
- Type: SystemString
- body (Optional)
- Type: SystemString
See Also