Click or drag to resize
INotifySenderUA.SendNotifyRequest 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.VoIP.Subscription
contentType (Optional)
Type: System.String
body (Optional)
Type: System.String
See Also