Click or drag to resize

SIPEventNotificationArgs Constructor

Creates a new instance of the SIPEventNotificationArgs class.

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public SIPEventNotificationArgs(
	string contentType,
	string body
)

Parameters

contentType
Type: SystemString
body
Type: SystemString
See Also