Click or drag to resize
INotifySenderUASendNotifyRequest Method (SubscriptionInfo, 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(
	SubscriptionInfo subscriptionInfo,
	string contentType = null,
	string body = null
)

Parameters

subscriptionInfo
Type: Ozeki.VoIPSubscriptionInfo
contentType (Optional)
Type: SystemString
body (Optional)
Type: SystemString
See Also