Ozeki VoIP SDK Class library
AuthenticationResult Constructor (accepted, reasonPhrase)
NamespacesOzeki.VoIP.SIP.AuthenticationAuthenticationResultAuthenticationResult(Boolean, String)
Initializes a new instance of the AuthenticationResult class
Declaration Syntax
C#Visual BasicVisual C++
public AuthenticationResult(
	bool accepted,
	string reasonPhrase
)
Public Sub New ( 
	accepted As Boolean,
	reasonPhrase As String
)
public:
AuthenticationResult(
	bool accepted, 
	String^ reasonPhrase
)
Parameters
accepted (Boolean)
reasonPhrase (String)

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