ServerReflectionRequestListServices Property |
List the full names of registered services. The content will not be
checked.
Namespace:
Grpc.Reflection.V1Alpha
Assembly:
Grpc.Reflection (in Grpc.Reflection.dll) Version: 1.2.0-dev
Syntaxpublic string ListServices { get; set; }Public Property ListServices As String
Get
Set
public:
property String^ ListServices {
String^ get ();
void set (String^ value);
}member ListServices : string with get, set
Property Value
Type:
String
See Also