Ozeki VoIP SDK Class library
ResponseEventArgs Constructor (statusCode, reasonPhrase, details)
NamespacesOzeki.VoIP.PBX.PhoneCalls.EventArgsResponseEventArgsResponseEventArgs(Int32, String, CallExtendedInfo)
Initializes a new instance of the ResponseEventArgs class
Declaration Syntax
C#Visual BasicVisual C++
public ResponseEventArgs(
	int statusCode,
	string reasonPhrase,
	CallExtendedInfo details
)
Public Sub New ( 
	statusCode As Integer,
	reasonPhrase As String,
	details As CallExtendedInfo
)
public:
ResponseEventArgs(
	int statusCode, 
	String^ reasonPhrase, 
	CallExtendedInfo^ details
)
Parameters
statusCode (Int32)
reasonPhrase (String)
details (CallExtendedInfo)

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