public static void BindService(ServiceBinderBase serviceBinder, UrlMaps.UrlMapsBase 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-02 UTC."],[[["This webpage details the `UrlMaps` API within the `Google.Cloud.Compute.V1` namespace, specifically for the .NET environment."],["The latest version of `UrlMaps` available is version 3.6.0, with a range of previous versions accessible, spanning from 1.0.0 up to 3.5.0."],["The `UrlMaps` class inherits from the base `Object` class, including methods like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The page documents two main methods for binding service methods: `BindService(UrlMaps.UrlMapsBase)` and `BindService(ServiceBinderBase, UrlMaps.UrlMapsBase)`, which can be used to register server handling logic and customize service bindings."],["The assembly for this API is found in `Google.Cloud.Compute.V1.dll`."]]],[]]