Click or drag to resize
ReasonValue Constructor (String, IEnumerableGenericParam)
Initializes a new instance of the ReasonValue class

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public ReasonValue(
	string protocol,
	IEnumerable<GenericParam> reasonParams
)

Parameters

protocol
Type: SystemString
reasonParams
Type: System.Collections.GenericIEnumerableGenericParam
See Also