Click or drag to resize
SIPEventNotificationArgs Constructor
Creates a new instance of the SIPEventNotificationArgs class.

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

Parameters

contentType
Type: SystemString
body
Type: SystemString
See Also