public static void BindService(ServiceBinderBase serviceBinder, GlobalForwardingRules.GlobalForwardingRulesBase 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-04-09 UTC."],[[["This webpage provides documentation for the `GlobalForwardingRules` API within the `Google.Cloud.Compute.V1` namespace, with version 3.6.0 being the latest release."],["The `GlobalForwardingRules` class inherits from the `Object` class and has inherited members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The `BindService` method creates a service definition that can be registered with a server, taking an object implementing server-side handling logic."],["The `BindService` method, designed for customizing service binding, registers service methods with a `ServiceBinderBase` object and requires a server-side logic implementation object."],["This documentation contains the methods and descriptions for versions ranging from the most recent version 3.6.0 all the way down to 1.0.0, with a full breakdown of each."]]],[]]