Click or drag to resize

INotifySenderUASendNotifyRequest(SubscriptionInfo, String, String) Method

Sends a NOTIFY request to inform the subscriber.

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

Parameters

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