GrpcKernelExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Kernel extensions methods for gRPC functionality.
public static class GrpcKernelExtensions
type GrpcKernelExtensions = class
Public Module GrpcKernelExtensions
- Inheritance
-
GrpcKernelExtensions
Methods
CreatePluginFromGrpc(Kernel, Stream, String) |
Registers an gRPC plugin. |
CreatePluginFromGrpcDirectory(Kernel, String, String) |
Imports gRPC document from a directory. |
CreatePluginFromGrpcFile(Kernel, String, String) |
Imports gRPC document from a file. |
ImportPluginFromGrpc(Kernel, Stream, String) |
Registers an gRPC plugin. |
ImportPluginFromGrpcDirectory(Kernel, String, String) |
Imports gRPC document from a directory. |
ImportPluginFromGrpcFile(Kernel, String, String) |
Imports gRPC document from a file. |