Click or drag to resize
SIPParam Constructor (String, String)
Creates a new instance of the SIPParam class.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public SIPParam(
	string name,
	string value
)

Parameters

name
Type: SystemString
The name of the parameter.
value
Type: SystemString
The value of the parameter.
See Also