ISoftPhoneEnableServerNameValidation Method |
Enables or disables server name validation.
This is a system-wide configuration affecting all softphone instances and all
TLS-based transports in the application.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.99
Syntaxvoid EnableServerNameValidation(
bool validate = true
)
Sub EnableServerNameValidation (
Optional validate As Boolean = true
)
void EnableServerNameValidation(
bool validate = true
)
abstract EnableServerNameValidation :
?validate : bool
(* Defaults:
let _validate = defaultArg validate true
*)
-> unit Parameters
- validate Boolean (Optional)
See Also