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: 10.3.199.0
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