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: 10.3.199.0
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