Click or drag to resize

NotifyUACSendNotifyRequest(SubscriptionInfo, String, String) Method


Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
public void SendNotifyRequest(
	SubscriptionInfo subscriptionInfo,
	string contentType = null,
	string body = null
)

Parameters

subscriptionInfo  SubscriptionInfo
 
contentType  String  (Optional)
 
body  String  (Optional)
 

Implements

INotifySenderUASendNotifyRequest(SubscriptionInfo, String, String)
See Also