Ozeki VoIP SDK Class library
RedirectionEventArgs Constructor (type, reasonPhrase, contactInfo, details)
NamespacesOzeki.VoIP.PBX.PhoneCalls.EventArgsRedirectionEventArgsRedirectionEventArgs(RedirectionType, String, SIPAddress, CallExtendedInfo)
Initializes a new instance of the RedirectionEventArgs class
Declaration Syntax
C#Visual BasicVisual C++
public RedirectionEventArgs(
	RedirectionType type,
	string reasonPhrase,
	SIPAddress contactInfo,
	CallExtendedInfo details
)
Public Sub New ( 
	type As RedirectionType,
	reasonPhrase As String,
	contactInfo As SIPAddress,
	details As CallExtendedInfo
)
public:
RedirectionEventArgs(
	RedirectionType type, 
	String^ reasonPhrase, 
	SIPAddress^ contactInfo, 
	CallExtendedInfo^ details
)
Parameters
type (RedirectionType)
reasonPhrase (String)
contactInfo (SIPAddress)
details (CallExtendedInfo)

Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 10.1.12.649