public static void BindService(ServiceBinderBase serviceBinder, AuthorizedDomains.AuthorizedDomainsBase 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-21 UTC."],[[["This webpage details the `AuthorizedDomains` class within the `Google.Cloud.AppEngine.V1` namespace, which is used for managing domains that a user is authorized to administer within Google App Engine."],["The latest version documented is 2.4.0, with multiple prior versions ranging from 2.3.0 down to 1.0.0 also listed and linked for reference."],["The `AuthorizedDomains` class inherits from `Object` and includes methods like `BindService` to create or register service definitions, facilitating server-side handling of authorized domains."],["To use a domain, ownership must be verified through Google's Webmaster Central."],["The assembly containing the class is Google.Cloud.AppEngine.V1.dll, and the `BindService` methods allow for the creation and registration of server service definitions related to authorized domain management."]]],[]]