Click or drag to resize

ViaParam Constructor

Initializes a new instance of the ViaParam class

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public ViaParam(
	SendProtocol sendProtocol,
	OzTuple<string, int?> sentBy,
	IEnumerable<ViaParams> viaParams
)

Parameters

sendProtocol  SendProtocol
 
sentBy  OzTupleString, NullableInt32
 
viaParams  IEnumerableViaParams
 
See Also