public static void BindService(ServiceBinderBase serviceBinder, RecaptchaEnterpriseService.RecaptchaEnterpriseServiceBase serviceImpl)
Register service method with a service binder with or without implementation. Useful when customizing the service binding logic.
Note: this method is part of an experimental API that can change or be removed without any prior notice.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-25 UTC."],[[["The latest version available for `RecaptchaEnterpriseService` is 2.17.0, and there are multiple previous versions available, ranging from 2.16.0 down to 1.2.0."],["`RecaptchaEnterpriseService` is a static class used to determine the likelihood an event is legitimate, which inherits from the `Object` class."],["The `RecaptchaEnterpriseService` class provides methods like `BindService` for creating and registering service definitions with a server."],["The `BindService` methods allow for either the creation of a service definition or registering service methods with a service binder, respectively, both of which require a `RecaptchaEnterpriseService.RecaptchaEnterpriseServiceBase` implementation."],["The namespace for this class is `Google.Cloud.RecaptchaEnterprise.V1`, and the assembly is `Google.Cloud.RecaptchaEnterprise.V1.dll`."]]],[]]