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

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