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