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 in Google App Engine."],["The latest version documented is 2.4.0, with older versions like 2.3.0, 2.2.0, 2.1.0, 2.0.0, and others from 1.4.0 to 1.0.0 also being available for review."],["The class inherits from `Object` and includes inherited members such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["`AuthorizedDomains` includes methods to `BindService`, which creates a service definition that can be registered with a server and another `BindService` method to register service methods with a service binder."],["To authorize domain usage, the user needs to verify ownership via Google Webmaster Central, as mentioned in the class description."]]],[]]