Describes a single method in a service.
Properties |
|
---|---|
InputType
|
The method's input type.
|
IsClientStreaming
|
bool
Indicates if client streams multiple requests.
|
IsServerStreaming
|
bool
Indicates if server streams multiple responses.
|
Name
|
override string
The brief name of the descriptor's target.
|
OutputType
|
The method's input type.
|
Proto
|
MethodDescriptorProto
|
Service
|
The service this method belongs to.
|
bool IsClientStreaming
Indicates if client streams multiple requests.
bool IsServerStreaming
Indicates if server streams multiple responses.
override string Name
The brief name of the descriptor's target.
MethodDescriptorProto Proto