Click or drag to resize
AttendedTransferArgs Constructor (SIPAddress, ISessionCall, DialogID, SIPAddress)
Initializes a new instance of the AttendedTransferArgs class

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public AttendedTransferArgs(
	SIPAddress referredBy,
	ISessionCall target,
	DialogID targetDialogID,
	SIPAddress targetSIPAddress
)

Parameters

referredBy
Type: Ozeki.VoIPSIPAddress
target
Type: Ozeki.VoIPISessionCall
targetDialogID
Type: Ozeki.VoIPDialogID
targetSIPAddress
Type: Ozeki.VoIPSIPAddress
See Also