Click or drag to resize

Transfer Constructor

Initializes a new instance of the Transfer class

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public Transfer(
	ISessionCall transferor,
	ISessionCall transferee,
	IStatefulSession session
)

Parameters

transferor
Type: Ozeki.VoIPISessionCall
transferee
Type: Ozeki.VoIPISessionCall
session
Type: Ozeki.VoIPIStatefulSession
See Also