Click or drag to resize

SIPParam(String, String) Constructor

Creates a new instance of the SIPParam class.

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

Parameters

name  String
The name of the parameter.
value  String
The value of the parameter.
See Also