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: 1.8.12.0 (1.8.12)
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