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.3.199.0
Syntax
public ViaParam(
	SendProtocol sendProtocol,
	OzTuple<string, Nullable<int>> sentBy,
	IEnumerable<ViaParams> viaParams
)

Parameters

sendProtocol
Type: Ozeki.VoIPSendProtocol
sentBy
Type: Ozeki.CommonOzTupleString, NullableInt32
viaParams
Type: System.Collections.GenericIEnumerableViaParams
See Also