MethodTRequest, TResponse Class |
Namespace: Grpc.Core
The MethodTRequest, TResponse type exposes the following members.
Name | Description | |
---|---|---|
![]() | MethodTRequest, TResponse |
Initializes a new instance of the Method class.
|
Name | Description | |
---|---|---|
![]() | FullName |
Gets the fully qualified name of the method. On the server side, methods are dispatched
based on this name.
|
![]() | Name |
Gets the unqualified name of the method.
|
![]() | RequestMarshaller |
Gets the marshaller used for request messages.
|
![]() | ResponseMarshaller |
Gets the marshaller used for response messages.
|
![]() | ServiceName |
Gets the name of the service to which this method belongs.
|
![]() | Type |
Gets the type of the method.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |