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

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

Parameters

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