AuthenticationResult(Boolean, String) Constructor |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic AuthenticationResult(
bool accepted,
string reasonPhrase
)
Public Sub New (
accepted As Boolean,
reasonPhrase As String
)
public:
AuthenticationResult(
bool accepted,
String^ reasonPhrase
)
new :
accepted : bool *
reasonPhrase : string -> AuthenticationResult
Parameters
- accepted Boolean
-
- reasonPhrase String
-
See Also