public static void BindService(ServiceBinderBase serviceBinder, ClientConnectorServicesService.ClientConnectorServicesServiceBase 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-09-04 UTC."],[[["\u003cp\u003eThis document provides reference documentation for the \u003ccode\u003eClientConnectorServicesService\u003c/code\u003e class, which is part of the Google Cloud BeyondCorp Client Connector Services v1 API.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eClientConnectorServicesService\u003c/code\u003e class, accessible within the \u003ccode\u003eGoogle.Cloud.BeyondCorp.ClientConnectorServices.V1\u003c/code\u003e namespace, exposes Client Connector Services as a resource, identifiable by \u003ccode\u003eprojects/{project_id}/locations/{location_id}/client_connector_services/{client_connector_service_id}\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class inherits from the \u003ccode\u003eobject\u003c/code\u003e class and offers two \u003ccode\u003eBindService\u003c/code\u003e methods for registering service methods, one returning a \u003ccode\u003eServerServiceDefinition\u003c/code\u003e and the other interacting with a \u003ccode\u003eServiceBinderBase\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the class is 1.1.0, while version 1.0.0 is also available.\u003c/p\u003e\n"]]],[],null,["# BeyondCorp Client Connector Services v1 API - Class ClientConnectorServicesService (1.1.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.1.0 (latest)](/dotnet/docs/reference/Google.Cloud.BeyondCorp.ClientConnectorServices.V1/latest/Google.Cloud.BeyondCorp.ClientConnectorServices.V1.ClientConnectorServicesService)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.BeyondCorp.ClientConnectorServices.V1/1.0.0/Google.Cloud.BeyondCorp.ClientConnectorServices.V1.ClientConnectorServicesService) \n\n public static class ClientConnectorServicesService\n\nReference documentation and code samples for the BeyondCorp Client Connector Services v1 API class ClientConnectorServicesService.\n\nAPI Overview:\n\nThe `beyondcorp.googleapis.com` service implements the Google Cloud\nBeyondCorp API.\n\nData Model:\n\nThe ClientConnectorServicesService exposes the following resources:\n\n- Client Connector Services, named as follows: `projects/{project_id}/locations/{location_id}/client_connector_services/{client_connector_service_id}`. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ClientConnectorServicesService \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.BeyondCorp.ClientConnectorServices.V1](/dotnet/docs/reference/Google.Cloud.BeyondCorp.ClientConnectorServices.V1/latest/Google.Cloud.BeyondCorp.ClientConnectorServices.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.BeyondCorp.ClientConnectorServices.V1.dll\n\nMethods\n-------\n\n### BindService(ClientConnectorServicesServiceBase)\n\n public static ServerServiceDefinition BindService(ClientConnectorServicesService.ClientConnectorServicesServiceBase serviceImpl)\n\nCreates service definition that can be registered with a server\n\n### BindService(ServiceBinderBase, ClientConnectorServicesServiceBase)\n\n public static void BindService(ServiceBinderBase serviceBinder, ClientConnectorServicesService.ClientConnectorServicesServiceBase serviceImpl)\n\nRegister service method with a service binder with or without implementation. Useful when customizing the service binding logic.\nNote: this method is part of an experimental API that can change or be removed without any prior notice."]]