ServerReflectionClient Methods |
The ServerReflectionServerReflectionClient type exposes the following members.
| 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.) | |
| NewInstance | Creates a new instance of client from given ClientBaseConfiguration. (Overrides ClientBaseTNewInstance(ClientBaseClientBaseConfiguration).) | |
| ServerReflectionInfo(CallOptions) |
The reflection service is structured as a bidirectional stream, ensuring
all related requests go to a single server.
| |
| ServerReflectionInfo(Metadata, NullableDateTime, CancellationToken) |
The reflection service is structured as a bidirectional stream, ensuring
all related requests go to a single server.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| WithHost |
Creates a new client that sets host field for calls explicitly.
gRPC supports multiple "hosts" being served by a single server.
By default (if a client was not created by calling this method),
host null with the meaning "use default host" is used.
(Inherited from ClientBaseT.) |