Click or drag to resize
WarningInfo Constructor
Initializes a new instance of the WarningInfo class

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public WarningInfo(
	int code,
	string agent,
	string text
)

Parameters

code
Type: SystemInt32
agent
Type: SystemString
text
Type: SystemString
See Also