Click or drag to resize

INotifySenderUASendNotifyRequest Method (Subscription, String, String)

Sends a NOTIFY request to inform the subscriber.

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
void SendNotifyRequest(
	Subscription subscription,
	string contentType = null,
	string body = null
)

Parameters

subscription
Type: Ozeki.VoIPSubscription
contentType (Optional)
Type: SystemString
body (Optional)
Type: SystemString
See Also