Click or drag to resize
ViaParam Constructor
Initializes a new instance of the ViaParam class

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
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