NotifyUACSendNotifyRequest Method (Subscription, String, String) |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public void SendNotifyRequest(
Subscription subscription,
string contentType = null,
string body = null
)
Public Sub SendNotifyRequest (
subscription As Subscription,
Optional contentType As String = Nothing,
Optional body As String = Nothing
)
public:
virtual void SendNotifyRequest(
Subscription^ subscription,
String^ contentType = nullptr,
String^ body = nullptr
) sealed
abstract SendNotifyRequest :
subscription : Subscription *
?contentType : string *
?body : string
(* Defaults:
let _contentType = defaultArg contentType null
let _body = defaultArg body null
*)
-> unit
override 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
Implements
INotifySenderUASendNotifyRequest(Subscription, String, String)See Also