public static void BindService(ServiceBinderBase serviceBinder, TargetSslProxies.TargetSslProxiesBase 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 `TargetSslProxies` class within the Google Cloud Compute Engine v1 API, specifically for the .NET environment."],["The latest version available for `TargetSslProxies` is 3.6.0, and the page lists various older versions, including 3.5.0, 3.4.0, all the way back to 1.0.0, allowing developers to navigate to specific versions as needed."],["The `TargetSslProxies` class inherits members from the `object` class, with the inherited members provided within the documentation, such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The `TargetSslProxies` class offers two methods, `BindService(TargetSslProxiesBase)` and `BindService(ServiceBinderBase, TargetSslProxiesBase)`, which are used to create and register service definitions for server-side logic."],["The documentation for both `BindService` methods includes parameters `serviceImpl` and `serviceBinder`, along with information about their types and descriptions, such as which method the `serviceImpl` implements."]]],[]]