ConfigBuilder.UseRpc class
Configures the Config to use the rpc endpoint
Public Members
| name | description |
|---|---|
| Insecure { get; set; } | Optional: Determines whether to disable TLS for the RPC connection. false uses the wss protocol, true uses ws. |
| Parent { get; } | |
| RpcEndpoint { get; set; } | |
| Configure(…) | |
| WithRpcEndpoint(…) | |
| WithRpcInsecure(…) | |
| static GetUri(…) | Creates the Uri used for the rpc websocket based on the specified EndPoint. |
See Also
- interface IConfigBuilder
- class ConfigBuilder
- namespace SurrealDB.Configuration