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: 10.3.183.0
Syntax
public ReasonValue(
	string protocol,
	IEnumerable<GenericParam> reasonParams
)

Parameters

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