AuthenticationResult Constructor (Boolean, String) |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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
- Type: SystemBoolean
- reasonPhrase
- Type: SystemString
See Also