Class Auth
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Etcdserverpb
Assembly: cs.temp.dll.dll
Syntax
public static class Auth
Properties
Descriptor
Service descriptor
Declaration
public static Google.Protobuf.Reflection.ServiceDescriptor Descriptor { get; }
Property Value
Type | Description |
---|---|
Google.Protobuf.Reflection.ServiceDescriptor |
Methods
BindService(Auth.AuthBase)
Creates service definition that can be registered with a server
Declaration
public static grpc.ServerServiceDefinition BindService(Auth.AuthBase serviceImpl)
Parameters
Type | Name | Description |
---|---|---|
Auth.AuthBase | serviceImpl | An object implementing the server-side handling logic. |
Returns
Type | Description |
---|---|
grpc.ServerServiceDefinition |