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

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

Parameters

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

Implements

INotifySenderUASendNotifyRequest(SubscriptionInfo, String, String)
See Also