Click or drag to resize
NotifyUACSendNotifyRequest Method (Subscription, String, String)

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

Parameters

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

Implements

INotifySenderUASendNotifyRequest(Subscription, String, String)
See Also